home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / edit / vised36.zip / VED.HLP (.txt) < prev    next >
Borland Turbo Vision Help  |  1994-08-19  |  139KB  |  2,984 lines

  1.  Vision Edit 
  2. Welcome to Vision Edit. Vision Edit is an easy-to-use text editor. You can edit multiple text files simultaneously. All functions of Vision Edit can be selected either from pull-down menus or by pressing short-cut keys. 
  3. You can invoke Vision Edit with file name as a command line parameter e.g. VED *.PAS. In this case Vision Edit will open all the files in the current directory with PAS extension. 
  4. Vision Edit provides full mouse support but if you do not have a mouse you can still access all the functions from the keyboard. 
  5.  menu is accessed by pressing Alt-Space.  All the other menus are accessed by pressing Alt-L, where L is the first letter of the menu. For example, the "File" menu is pulled down by Alt-F. 
  6. The screen of Vision Edit is devided into 3 areas : - Menu
  7. Bar (top line) - Status
  8. Line (bottom line) - Desktop (area between Menu Bar and Status Line) 
  9.  Edit Window 
  10. Edit Windows are where you type in and edit your text files. T
  11. You can open as many Edit windows as you want (as long as there is enough memory). l
  12.   Closing and Opening Edit Windows
  13. To close an active Edit window, click the window's close box [
  14. ] or choose Windows
  15. Close. _
  16. To open an Edit window, choose File
  17. Open. You can open the same file in more than one window. H
  18.   For More Information
  19. Choose one of these for more information: 
  20.  Using
  21. Windows
  22.  Using
  23. editor
  24.  Find
  25. dialog
  26. (text
  27. search)
  28.  Replace
  29. dialog
  30.  File
  31. command
  32.  File
  33. command
  34.  Menu Bar 
  35. Menu Bar is the top line on the screen which displays menu choices. Each menu choice contains a pull-down
  36. menu which can be displayed by clicking on the menu item (e.g. File), or by pressing a short cut key Alt-L where L is a highlighted letter of the menu item (e.g. Alt-F for File menu). You can also get to the menu bar by pressing F10 function key and then you can use arrow keys to move the cursor to the desired menu choice and press <Enter> to open the pull-down menu. 
  37.  Pull-down Menus 
  38. Each Pull-down Menu contains a list of functions that can be selected by moving the cursor with the arrow keys and pressing <Enter>, or by clicking the mouse on the menu item, or by pressing a highlighted letter (typically the first letter). If no letter is highlighted, it means that the function is not active in the current context, for example you cannot save a text to the file if no window is open. 
  39. Some menu items have a short cut defined next to the function name e.g. 'Close Alt-F3'. Such functions can be activated by pressing a short cut key from any point in the program (if a function is active) without having to open a pull-down menu. 
  40.  Status Line 
  41. The Status Line (the bottom line of the screen) contains a list of most often used functions which can be activated by pressing a short cut key shown left to the function name or by clicking the mouse on the function name. O
  42. If a function is active in the current context, its short cut is highlighted. 
  43.  Desktop 
  44. Desktop is your work area between the Menu Bar and the Status Line. You can open various windows, dialog boxes and entry forms on the Desktop. 
  45.  Dialog Box 
  46. Dialog boxes enable you to enter various kinds of data. #
  47. A dialog box typically contains : 
  48.  - input line (sometimes with a history list) e.g. :
  49.  Name 
  50.                                  
  51.  - check boxes e.g. :
  52.  [X] Case sensitive     
  53.  [X] Whole words only   
  54.  [X] Prompt on Replace  
  55.  [X] Replace all        
  56.  - buttons e.g. :
  57.  [ Open ] 
  58. You can select any of the above elements by either clicking with a mouse or using <TAB> key (moves the focus to the next element). T
  59. If the focus is on a button press <Enter> key to push the button (or use a mouse). 
  60. If the focus is on a set of check boxes use Up- and Down-arrow keys to move from box to box, and use <Space> key to toggle the setting (or use a mouse). o
  61. If the focus is on a set of radio buttons use Up- and Down-arrow keys to change the setting (or use a mouse). 
  62. To cancel a dialog box you have to press <Esc> key, or press <Alt-F3> key, or click on the close box, or click on the standard [CANCEL] button (if one exists). 
  63.  Calculator 
  64. The calculator is equipped with most common math functions. To operate the calculator you can either use the keyboard or press the buttons on the calculator with the mouse. .
  65. Press Alt-F3 or Esc to close the calculator. 
  66.  Calculator Functions 
  67. You can select a function by either clicking on a function button with the mouse or by pressing a highlighted letter-key. 3
  68.   Calculator functions :
  69.   ======================
  70.  [BIN] BINary mode
  71.  [HEX] HEXadecimal mode
  72.  [DEC] DECimal mode
  73.  [ CL] Cancel last operation
  74.  [ AC] All Clear
  75.  [ + ] addition
  76.  [ - ] subtraction
  77.  [ * ] multiplication
  78.  [ / ] division
  79.  [ = ] display result
  80.  [NEG] NEGation
  81.  [F-C] switch between Fahrenheit and Celsius mode
  82.  [D\R] switch between Degree and Radian mode
  83.  [MWR] WRite to Memory
  84.  [MRD] ReaD from Memory
  85.  [ ( ] open bracket
  86.  [ ) ] close bracket
  87.  [TAN] TANgens
  88.  [SIN] SINe
  89.  [COS] COSine
  90.  [ % ] percent
  91.  [LOG] decimal LOGarithm
  92.  [LNx] Natural Logarithm
  93.  [e^y] e to the power of y
  94.  [Pi ] 
  95.  [REV] REVerse (1/x)
  96.  [SQR] SQuaRe
  97.  [SRT] Square RooT
  98.  [FAC] factorial (!)
  99.  [POW] x to the POWer of y
  100.  Keys [A],...,[F] can be used only in HEX mode,
  101.  either by clicking on them or by pressing
  102.  Ctrl-A,...,Ctrl-F.
  103.  Additional functions:
  104.  [Send-EX] Send Expression to the edit window
  105.  [Send-RU] Send Result to the edit window
  106.  Ctrl-I truncates the number converting it to Integer
  107.  Ctrl-R Rounds the number to the closest integer
  108.  Calendar 
  109. The calendar displays the current month, highlighting today's date. The next and previous months can be viewed using the '+' or '-' keys respectivly.  The mouse can also be used to change the month by clicking on the 
  110.  icons. %
  111. Press Alt-F3 to close the calendar. 
  112.  ASCII Table 
  113. The ASCII table displays the entire IBM PC character set.  The current character is marked by a blinking block cursor, and the hexadecimal and decimal ASCII values of the character are displayed below the chart. A new character is selected by pressing it on the keyboard, by clicking the mouse on it in the chart, or by moving the cursor using the cursor keys. 
  114. You can also send characters which cannot be entered from the keyboard to the active edit window. You do it by positioning the cursor on a selected character and pressing [Send-C] button. (
  115. Press Alt-F3 to close the ASCII table. 
  116.  Name 
  117.                                  
  118. The Name input box is where you enter the name of the file to select, or the file-name mask to use as a filter for the Files list box (for example, *.*). 
  119.  Files 
  120.                                  
  121.   FILENM01.PAS  
  122.   FILENM09.PAS  
  123.   FILENM02.PAS  
  124.   FILENM10.PAS  
  125.   FILENM03.PAS  
  126.   FILENM11.PAS  
  127.   FILENM04.PAS  
  128.   FILENM12.PAS  
  129.   FILENM05.PAS  
  130.   ..            
  131.   FILENM06.PAS  
  132.   \MOREXAMP     
  133.   FILENM07.PAS  
  134.   \TOURS        
  135.   FILENM08.PAS  
  136.   \ANSWERS.DIR  
  137. The Files list box lists the names of files in the current directory that match the file-name mask in the Name input box, plus the parent directory and all subdirectories. 
  138.  C:\TP\EXAMPLES\*.PAS                     
  139.  HELLO.PAS       52  Jul 14,1990  12:00pm 
  140. The File information panel shows the path name, file name, date, time, and size of the selected file. =
  141. None of the items on this information panel are selectable. 
  142.   Drives
  143.  A:     
  144.  B:     
  145.  C:     
  146.  D:     
  147.         
  148. You can change the disk drive by double-clicking on the drive name or by highlighting the drive name and pressing Enter. 
  149.  [ Open ] 
  150. The Open button opens a new edit window and places the selected file in that window. 
  151.  [Select] 
  152. The Select button marks (
  153.  character in front of the file name) or unmarks a file for openning. You can open several files at once by marking them using Select button, double-clicking on the file name, or pressing the Space key. 
  154.  [ Cancel ] 
  155. If you choose Cancel, nothing changes and no action occurs, and the dialog box is put away. M
  156. (Esc always cancels a dialog box, even if a Cancel button does not appear.) 
  157.  Using Edit Windows 
  158. A window is a bordered screen area that you can move, resize, zoom, rearrange, close, and open. 
  159. You can have any number of windows open on the desktop (as long as there is enough memory), but only one window can be active at any time. The active window is the one that you're currently working in. It always has a double-lined border around it, and it always has these elements: 
  160.   Line/Column
  161.   Block Mode
  162.           
  163.  Dragging On
  164.     Close 
  165.                     Zoom
  166.       box 
  167.   Current Char      box
  168.        
  169.  Code             
  170.        
  171.                   
  172.  Title Bar 
  173.                                
  174.                                
  175.                                
  176.                                
  177.                                
  178.                                
  179.                                
  180.      
  181.      
  182.      ^ ^                ^                 
  183.      
  184.                 
  185. Line # 
  186.                                   
  187.       Column #                   Scroll Bars
  188. Generally, any command you choose or text you type applies only to the active window. j
  189. If your windows overlap, the active window is always the topmost one (the one on top of all the others). 
  190. To make a window active (topmost), click on the window area (if part of it is visible), use Windows
  191. command or press F6 until you get to the desired window. 
  192. Also first 9 windows are numbered from 1 to 9. If the window has a number it is displayed beside the Zoom Box (in the upper right corner). Numbered windows can be selected by pressing Alt-<n> keys where <n> is the window number (1..9). 
  193. Edit windows also show the cursor's position (the current line and column number) as YY:XX in the bottom of the Edit window frame, where YY is the line number and XX is the column number. L
  194. Every active edit window displays the Ascii code of the current character. 
  195.  Using Editor
  196. There are two ways to get into an open Edit window (make it active): m
  197.  1)  Click on it.
  198.  2)  Press (or click) F6 to cycle through the
  199.      open windows (or choose Windows
  200. Next).
  201. To close the active Edit window, choose Windows
  202. Close, click on a close box or press Alt-F3. Q
  203. Once in the Edit window, you enter text just as if you were using a typewriter. u
  204.  When you want to end a line, press Enter.
  205.  To exit the editor, press F10 (it will get
  206.    you to the menu
  207. bar).
  208. The maximum line width in an Edit window is 2048 characters. 
  209. See also: 
  210. window
  211.  Cursor
  212. Movement
  213. Commands
  214.  Insert
  215. Delete
  216. Commands
  217.  Block
  218. Commands
  219.  Miscellaneous
  220. Commands
  221.  Entering
  222. ASCII
  223. codes
  224.  Entering ASCII codes 
  225. You can enter ASCII codes directly from the keyboard - hold down Alt key, enter ASCII code from the numeric keypad and release Alt key. d
  226. You can enter characters in this way into an active edit window or into Search/Replace dialog box. W
  227. Another method of entering ASCII codes into an active window is by using ASCII Table. 
  228. In order to enter special characters (with ASCII codes < 32) into Search/Replace dialog box first press Ctrl-K and then a combination of keys corresponding to that character, e.g.: 
  229.  - Ctrl-K Ctrl-A gives character #1
  230.  - Ctrl-K Ctrl-B gives character #2
  231.  - Ctrl-K Ctrl-C gives character #3
  232.  - Ctrl-K Ctrl-M gives character #13 (CR)
  233.                  
  234. See also: Ascii
  235. Table 
  236.  [ OK ] 
  237. The OK button saves a file from the active window under the name entered onto input
  238. box. 
  239.  Name 
  240.                                  
  241. The Name input box is where you enter the name under which you want to save the file, or the file-name mask to use as a filter for the Files list box (for example, *.*). 
  242.  Clipboard 
  243. Clipboard is a special window to/from which you can copy/paste/cut blocks of text to/from other edit
  244. windows. You can edit Clipboard like any other edit window exept for it can hold no more than 64KB of text. Also Clipboard works only in Line
  245. Mode and it cannot be switched to Column Mode. 
  246. See also block
  247. commands. 
  248.  Print Status Window 
  249. Print Status Window displays the following (with respect to the currently printed file): 
  250.  - current character number
  251.  - current line number (on the current page)
  252.  - current page number
  253.  - file name
  254.  - Graphical Indicator showing the percentage already printed:
  255.           
  256.           |           |           |
  257.           0%          50%       100%
  258.  [ Open ] 
  259. The Open button opens a file for printing. 
  260.  Regular Expressions 
  261. Regular Expresions can be used in a search string. They can contain the following wildcard characters: `
  262.  ^    A circumflex at the start of the string
  263.       matches the start of a line.
  264.  $    A dollar sign at the end of the
  265.       expression matches the end of a line.
  266.  .    A period matches any character.
  267.  *    A character followed by an asterisk
  268.       matches any number of occurrences 
  269.       (including zero) of that character. 
  270.       For example "bo*" matches "bot","b",
  271.       "boo" and also "be".
  272.  +    A character followed by a plus sign
  273.       matches any number of occurrences
  274.       (but not zero) of that character. For
  275.       example "bo+" matches "bot" and "boo",
  276.       but not "be" or "b".
  277.  []   Characters in brackets match any one
  278.       character that appears in the brackets
  279.       but no others. For example "[bot]"
  280.       matches "b", "o" or "t".
  281.  [^]  A circumflex at the start of the string
  282.       in brackets means NOT. Hence, "[^bot]"
  283.       matches any characters except "b", "o" 
  284.       or "t".
  285.  [-]  A hyphen within the brackets signifies
  286.       a range of characters. For example,
  287.       "[b-o]" matches any character from "b"
  288.       through "o".
  289.  \    A backslash before a wildcard character
  290.       means that the wildcard will be treated
  291.       as a normal character not as a wildcard.
  292.  Tool Bar 
  293. The Tool Bar can be displayed or hidden at the top of the screen by choosing Windows|Show/Hide
  294. Bar item from the pull down menu. You can click on the tool bar with a mouse to generate command. Icons represent commands: i
  295.  replace words
  296.   print block/file
  297.  search again
  298.  line/block mode switch
  299.     find word
  300.  reformat paragraf      system
  301.     close file
  302.    close tool bar   clock
  303.                
  304.      
  305. 12:25:04
  306. open file            
  307. save file            
  308. spelling checker
  309. help on the tool bar
  310.  Print Manager 
  311. Print Manager maintains a queue of print jobs. The Print Manager window displays the Print Queue showing for each file: 
  312.  - File Name;
  313.  - File Size;
  314.  - the current count of characters
  315.    already sent to the printer (in bytes or KB);
  316.  - the current percentage of characters
  317.    already sent to the printer;
  318.  - Status: Idle, Printing, Stopped, or
  319.    Printer Error.
  320. The Print Manager window also contains the following buttons: 
  321.  - Close:
  322. Closes the Print Manager window; 
  323.  - Stop Printing:
  324. Stops Printing the active print job (top file); 
  325.  - Resume Printing:
  326. Resumes Printing of the previously stopped print job or Resumes Printing after a printer error; if you select Stop After Every Page in Print Options printing will have to be Resumed after every page; 
  327.  - Delete File:
  328. Deletes a highlighted file from the Print Queue; 
  329.  - Delete All:
  330. Deletes All files from the Print Queue;     
  331.  - Help:
  332. Displays this Help topic; 
  333.  - Print File:
  334. Displays the Select
  335. Print window from which you can select a file for printing (the file will be appended to the Print Queue); 
  336.  - Print Options:
  337. Displays the Print
  338. Options dialog box where you can set some print options (LPT port, page length, margins, etc.); 
  339.  - Header:
  340. Displays the Header window where you can create a Header; 
  341.  - Footer:
  342. Displays the Footer window where you can create a Footer. 
  343.  VGA Installation Procedure 
  344. If you have a VGA graphics card that supports other screen modes than the standard ones (e.g. 132 columns) Vision Edit is capable of using those screen modes. However, before other screen modes can be used, you have to install them by following the procedure described below: 
  345. 1) If you have one of the following graphic cards: ERGO-VGA, SPEEDSTAR, or TRIDENT go to step 3. If your VGA card manual lists all supported text modes go to step 2. Otherwise, run TESTMODE.EXE (provided with Vision Edit) and write down all useful text modes (note mode #, # lines, and # columns) from 0-255. TESTMODE.EXE displays all the necessary information to use it (to count the number of lines use down arrow key and go to the bottom of the screen). 
  346. 2) Run MAKEDRV.EXE program (provided with Vision Edit) and create a new driver for your card by selecting Driver|New menu function. Enter all screen modes identified in step 1 and exit the program. m
  347. 3) Copy a created (or selected) driver (*.DRV) to Vision Edit home directory and rename it to STANDARD.DRV. 
  348. 4) Start Vision Edit and select Options|Change Screen Mode menu function. You should be able to see a dialog box containing all your screen modes. ,
  349. Also see: Screen
  350. Selection
  351. dialog
  352.  Help Index 
  353. |About
  354. |ASCII
  355. table
  356.  ASCII
  357. Table
  358.  ASCII
  359. Codes
  360. keyboard
  361.   Box
  362. Commands
  363.  Calculator
  364.  Calculator
  365. Functions
  366. |Calculator
  367.  Calendar
  368. |Calendar
  369.  Center
  370.  Clipboard
  371.  Colors
  372. Dialog
  373.  Config|Define
  374. Table
  375.  Config|Mode
  376. Direction
  377.  Config|Load
  378. Table
  379.  Desktop
  380.  Dialog
  381.  Define
  382. Translation
  383. Table
  384.  Directories
  385. Dialog
  386.  Edit|Block
  387. Dragging
  388. On/Off
  389.  Edit|Clear
  390.  Edit|Copy
  391.  Edit|Cut
  392.  Edit|Insert
  393.  Edit|Line/Column
  394. Block
  395.  Edit|Paste
  396.  Edit|Show
  397. clipboard
  398.  Edit|Insert
  399.  Edit
  400. Window
  401.  Edit|Undo
  402.  File|Change
  403.  File|Close
  404.  File|DOS
  405. shell
  406.  File|Exit
  407.  File|New
  408.  File|Open
  409.  File|Read
  410.  File|Run
  411. Program
  412.  File|Run
  413. Spelling
  414. Checker
  415.  File|Save
  416.  File|Save
  417.  File|Save
  418.  File|Write
  419. Block
  420.  File
  421. Manager
  422. dialog
  423. |File
  424. Manager
  425.  Find
  426. Dialog
  427.  Help
  428.  KeyCmds|Boxes|DoubleBox
  429.  KeyCmds|Boxes|Eraser
  430.  KeyCmds|Boxes|MixedBox
  431.  KeyCmds|Boxes|SingleBox
  432.  KeyCmds|GoTo
  433. Marker
  434.  KeyCmds|Set
  435. Marker
  436.  Macro
  437. Continue
  438.  Macro
  439. Delete
  440.  Macro
  441.  Macro
  442.  Macro
  443. Execute
  444.  Macro
  445.  Macro
  446. Repeat
  447.  Macro
  448. Start,
  449.  Macro
  450. Suspend
  451. |Memory
  452.  Menu
  453.  Mouse
  454. Options
  455. Dialog
  456.  Open
  457. Dialog
  458.  Options|Clear
  459. Desktop
  460.  Options|Colors
  461.  Options|Mouse
  462.  Options|Load
  463. Options
  464.  Options|Preferences
  465.  Options|Restore
  466. Desktop
  467.  Options|Screen
  468. Blanker
  469.  Options|Save
  470. Desktop
  471.  Options|Save
  472. Options
  473.  Preferences
  474. dialog
  475.  Print|Close
  476. Print
  477. Manager
  478.  Print|Display
  479. Print
  480. Manager
  481.  Print
  482. Dialog
  483.  Print
  484. Manager
  485.  Print
  486. Options
  487. Dialog
  488.  Print|Print
  489.  Print|Print
  490. Block/File
  491.  Print|Print
  492. Options
  493.  Print|Stop
  494. Print
  495.  Print
  496. Status
  497. Window
  498.  Pull-down
  499.  Reformat
  500.  Reformat
  501. Paragraph
  502.  Regular
  503. Expressions
  504.  Replace
  505. Dialog
  506. Program
  507. Dialog
  508. Spelling
  509. Checker
  510.  Screen
  511. Blanker
  512. Dialog
  513.  Screen
  514. Selection
  515. dialog
  516.  Search|File
  517. Search
  518.  Search|Find
  519.  Search|GoToLine
  520.  Search|GoToPage
  521.  Search|Replace
  522.  Search|Search
  523. again
  524.  Search|Text
  525. Search
  526. Options
  527. Dialog
  528.  Sort
  529. Lines
  530. Dialog
  531.  Status
  532.  Text
  533. Editor
  534.  Tool
  535.  Using
  536. Windows
  537. Installation
  538. Procedure
  539.  Vision
  540.  Windows|Cascade
  541.  Windows|Close
  542.  Windows|Close
  543.  Windows|Next
  544.  Windows|Previous
  545.  Windows|Show/Hide
  546. Ruler
  547.  Windows|Show/Hide
  548.  Windows|Size/move
  549.  Windows|Switch
  550. Screen
  551.  Windows|Synchro
  552.  Windows|Tile
  553.  Windows|Zoom
  554. About 
  555. When you choose the About command from the 
  556.  (System) menu, a dialog box appears, showing copyright and program version information. G
  557. To close the box, press Esc, Space, or Enter, or click the OK button. 
  558. Calendar 
  559. The Calendar menu item opens a small calendar which displays the current month. It also allows you to view other months. 
  560. ASCII table 
  561. The ASCII menu items opens an ASCII
  562. Table that displays the IBM PC character set. Characters can be sent from ASCII table to the active edit window. 
  563. Calculator 
  564. When you choose Calculator, a calculator is opened on the desktop.  
  565. See also Calculator
  566. Functions. 
  567. Memory Info 
  568. Memory Info displays a Memory Information Window containing the following : ,
  569.   - Total DOS memory : the amount of RAM memory in KB
  570.     (up to 640KB)
  571.   - Program size : the size (in bytes) of the part of the
  572.     program which stays in memory all the time (not overlayed)
  573.   - Editor buffer : the amount of memory in bytes allocated to the
  574.     text editor
  575.   - Overlays buffer : the amount of memory in bytes allocated to
  576.     overlays (parts of the program that are loaded to memory from
  577.     a hard disk when needed)
  578.   - Remaining free memory : the amount of free memory in bytes
  579.     used for dynamic allocation (heap) e.g. for windows;
  580.  File
  581. Open 
  582.     (F3)
  583. The File
  584. Open command displays the 'Open a File' dialog box. In this dialog box you select the name of the text file you want to edit. &
  585. The Open
  586. File dialog box contains: 
  587.  an input
  588. box with a history list
  589.  a list
  590. box to browse the directory
  591.  a list
  592. Drives
  593.  the standard Cancel button
  594.  Open action button
  595.  Select action button
  596.  an information panel that describes the
  597.    selected file
  598.  File
  599. New opens a new Edit
  600. Window. The window gets the name "Untitled" and will have to be given a different name before saving to a disk. 
  601.  File
  602. Save 
  603.      (F2)
  604. Save command saves a file from the active edit
  605. window on the disk. If a file name does not contain a path the file is saved in the current directory. 
  606.  File
  607. Save as 
  608. Save as command allows you to save the file from the active window to a disk under a different name. This command opens a 'Save File as' dialog box. '
  609. The Save
  610. as dialog box contains: 
  611.  an input
  612. box with a history list
  613.  a list
  614. box to browse the directory
  615.  a list
  616. Drives
  617.  the standard Cancel button
  618.  the standard OK button
  619.  an information panel that describes the
  620.    selected file
  621.  File
  622. Save all 
  623. This command saves all modified files that are open without asking for confirmation. 
  624.  File
  625. Close File 
  626. This command closes the active (top) edit window. If the file has been modified you will be asked if you want to save it. N
  627. You can also click the Close box in the upper left corner to close a window. 
  628.  File
  629. Write Block 
  630. This function allows you to write a selected block of text to a file. The 'Save Block as' dialog box will be displayed in which you can enter the file name under which you want to save the selected block of text. (
  631. The Save
  632. Block
  633. as dialog box contains: 
  634.  an input
  635. box with a history list
  636.  a list
  637. box to browse the directory
  638.  a list of Disk Drives
  639.  the standard Cancel button
  640.  the standard OK button
  641.  an information panel that describes the
  642.    selected file
  643.  File
  644. Read 
  645. This function allows you to read a file into current text. The text will be inserted into current cursor position. The standard 'Open a File' dialog box is opened. P
  646. In this dialog box you select the name of the text file you want to read from. &
  647. The Open
  648. File dialog box contains: 
  649.  an input
  650. box with a history list
  651.  a list
  652. box to browse the directory
  653.  a list
  654. Drives
  655.  the standard Cancel button
  656.  Open action button
  657.  an information panel that describes the
  658.    selected file
  659.  File
  660. Change dir 
  661. Change Dir brings up the Change
  662. Directory dialog box, in which you can change the current directory. 
  663.  File
  664. DOS shell 
  665. With the DOS Shell command, you can leave the program temporarily to perform a DOS command or run another program. m
  666. It is strongly recommended that you save all modified files (File|Save
  667. all) before using DOS Shell command. Y
  668. File|Dos Shell command now gives you almost all memory available below 640KB (it can vary between 500-600KB depending on the system configuration). This is achieved by swapping contents of RAM memory to either Expanded Memory (if available), what gives a very fast performance, or to a temporary VED.SWP file which is created on your drive c:. 8
  669. To return to Vision Edit, type EXIT at the DOS prompt. 
  670. Also see File|Run
  671. Program j
  672. DOS Shell command has been developed using a procedure released to public domain by TurboPower Software. 
  673.  File
  674. Run Program 
  675. File|Run Program command allows you to run external programs or execute DOS commands from within Vision Edit. 
  676. This command opens up a Run
  677. Program
  678. dialog
  679. box which lets you enter (or select) the program (or DOS external command) name and parameters that will be passed to it (if any). 
  680. You can install programs that you want to use more often by entering the program name on the input line and then clicking on the Add button. You can remove programs from the list of installed programs by highlighting the program's name and then clicking on the Remove button. 
  681. Also see File|Dos
  682. Shell l
  683. Run Program command has been developed using a procedure released to public domain by TurboPower Software. 
  684.  File
  685. Run Spelling Checker 
  686. File|Run Spelling Checker command allows you to run external Spelling Checker program. 
  687. This command opens up a Run
  688. Spelling
  689. Checker
  690. dialog
  691. box which lets you enter the name of the Spelling Checker program and the name of the file to be checked. G
  692. If you want the VED to save the name of the Spelling Checker program: 
  693.  -Enter the name of the program
  694.  -press GO button (invokes the Spelling Checker program)
  695.  -now choose 'Save Options' item from pulldown menu under 'Options'
  696.  File
  697. Exit 
  698. The Exit command terminates Vision Edit and returns you to DOS prompt. 
  699.  Edit
  700. Undo 
  701.   (Ctrl-U)
  702. Undoes all the inserts and deletes made from the last cursor movement. Once you move the cursor you cannot undo the changes made before. 
  703.  Edit
  704.   (Shift-Del or Ctrl-K Y)
  705. Deletes the selected block of text from the active window and copies it to the clipboard. 
  706. See also block
  707. commands. 
  708.  Edit
  709. Copy 
  710.   (Ctrl-Ins or Ctrl-K K)
  711. Copies the selected block of text from the active window to the clipboard. 
  712. See also block
  713. commands. 
  714.  Edit
  715. Paste 
  716. Copies a block of text from the clipboard to the active window. 
  717. See also block
  718. commands. 
  719.  Edit
  720. Show clipboard 
  721. Displays a clipboard window on the screen. 
  722.  Edit
  723. Clear 
  724.   (Ctrl-Del)
  725. Deletes the selected block of text from the active window. If you are in the column
  726. mode you cannot undo this operation. 
  727. See also block
  728. commands. 
  729.  Edit
  730. Line/Column Block Mode 
  731. This command enables you to switch between Line and Column block mode. Z
  732. "L" displayed at the top left corner of the active window indicates the Line block mode. \
  733. "C" displayed at the top left corner of the active window indicates the Column block mode. 
  734. Both Line and Column block mode work with Block selection as well as block operations (block delete, copy, cut, paste & block dragging). Z
  735. For block selection and block dragging you can use both mouse and keyboard (arrow keys). 
  736. See also: -
  737.  Edit|Block
  738. Dragging
  739. On/Off,
  740.  Block
  741. Commands
  742.  Edit
  743. Block Dragging On/Off 
  744. This command switches between Drag Mode On and Off. If Drag Mode is On then "D" is displayed at the top left corner of the active window (beside Line/Column Block Mode indicator). 
  745. If you are in a drag mode (after you have selected a block) you can drag a block around the window using either mouse or arrow keys. In a Column Mode you can drag a block in all 4 directions while in a Line Mode you can drag a block only up and down. 
  746. In a Drag Mode most commands are not active (except for some block operations: cut, block delete, paste, copy, line/column mode). 
  747. See also: .
  748.  Edit|Line/Column
  749. Block
  750. Mode,
  751.  Block
  752. Commands
  753.  KeyCmds|Box Commands 
  754. Box Commands allow drawing boxes in 3 different styles (plus erasing) with the Arrow Keys or using a mouse. 
  755. See: KeyCmds|Boxes|NoBox, r
  756.      KeyCmds|Boxes|SinleBox,
  757.      KeyCmds|Boxes|DoubleBox,
  758.      KeyCmds|Boxes|MixedBox,
  759.      KeyCmds|Boxes|Eraser
  760.  NoBox 
  761.    (Ctrl-Alt-0) or (Shift-Alt-0)
  762. It restores a normal mode of operation for Arrow Keys if you have used them for drawing boxes. j
  763. See also: KeyCmds|Boxes|SinleBox, KeyCmds|Boxes|DoubleBox, KeyCmds|Boxes|MixedBox, KeyCmds|Boxes|Eraser 
  764.  SingleBox 
  765.   (Ctrl-Alt-1) or (Shift-Alt-1)
  766. It selects Single Box drawing style. You can draw boxes using Arrow Keys or a mouse. 
  767. To draw a box (or a line) using a mouse click at one point (first box corner), move the mouse cursor to another location (opposite box corner), and click again. A box will be created with two opposite corners located where you clicked a mouse. If two clicked points are on the same line a horizontal line will be created. If two clicked points are on the same column a vertical line will be created. 
  768. Example Single Box: O
  769.       
  770.       
  771.       
  772. See also: KeyCmds|Boxes|NoBox, KeyCmds|Boxes|DoubleBox, KeyCmds|Boxes|MixedBox, KeyCmds|Boxes|Eraser 
  773.  DoubleBox 
  774.   (Ctrl-Alt-2) or (Shift-Alt-2)
  775. It selects Double Box drawing style. You can draw boxes using Arrow Keys. 
  776. To draw a box (or a line) using a mouse click at one point (first box corner), move the mouse cursor to another location (opposite box corner), and click again. A box will be created with two opposite corners located where you clicked a mouse. If two clicked points are on the same line a horizontal line will be created. If two clicked points are on the same column a vertical line will be created. 
  777. Example Double Box: O
  778.       
  779.       
  780.       
  781. See also: KeyCmds|Boxes|NoBox, KeyCmds|Boxes|SingleBox, KeyCmds|Boxes|MixedBox, KeyCmds|Boxes|Eraser 
  782.  MixedBox 
  783.    (Ctrl-Alt-3) or (Shift-Alt-3)
  784. It selects Mixed Box drawing style. You can draw boxes using Arrow Keys. 
  785. To draw a box (or a line) using a mouse click at one point (first box corner), move the mouse cursor to another location (opposite box corner), and click again. A box will be created with two opposite corners located where you clicked a mouse. If two clicked points are on the same line a horizontal line will be created. If two clicked points are on the same column a vertical line will be created. 
  786. Example Mixed Box: R
  787.      
  788.      
  789.      
  790. See also: ]
  791. KeyCmds|Boxes|NoBox, KeyCmds|Boxes|SingleBox, KeyCmds|Boxes|DoubleBox, KeyCmds|Boxes|Eraser 
  792.  Eraser 
  793.    (Ctrl-Alt-4) or (Shift-Alt-4)
  794. It puts Arrow Keys into Erase Mode. Using Arrow Keys you can erase boxes and other characters. 
  795. To erase a box (or a line) using a mouse click at one point (first box corner), move the mouse cursor to another location (opposite box corner), and click again. A box will be erased (or text will be overwritten with spaces) with two opposite corners located where you clicked a mouse. If two clicked points are on the same line a horizontal line will be erased. If two clicked points are on the same column a vertical line will be erased. 
  796. See also: _
  797. KeyCmds|Boxes|NoBox, KeyCmds|Boxes|SingleBox, KeyCmds|Boxes|DoubleBox, KeyCmds|Boxes|MixedBox 
  798.  Mark Block Beginning 
  799. This command marks beginning of a block at the current cursor position. Also it begins block selection - cursor movement causes selection of a block from the previously marked beginning of the block to the cursor position. 
  800. See also block
  801. commands. 
  802.  Delete Block 
  803.   (Ctrl-Del)
  804. This command deletes a selected block of text. 
  805. If you are in the column
  806. mode you cannot undo this operation. If you are in the column mode it is safer to use Edit|Cut command instead. )
  807. This is the same command as Edit|Clear. 
  808. See also block
  809. commands. 
  810.  Hide Block 
  811. This commands hides a selected block. 
  812. See also block
  813. commands. 
  814.  Paste from Clipboard 
  815. This command copies a block of text from Clipboard to the active edit window. The block is inserted at the current cursor position. )
  816. This is the same command as Edit|Paste. 
  817. See also block
  818. commands. 
  819.  Cut to Clipboard 
  820. This command deletes a selected block of text from the active edit window and copies it to Clipboard. '
  821. This is the same command as Edit|Cut. 
  822. See also block
  823. commands. 
  824.  Copy to Clipboard 
  825. This command copies a selected block of text to Clipboard. (
  826. This is the same command as Edit|Copy. 
  827. See also block
  828. commands. 
  829.  Indent Block 
  830. This command inserts "indent characters" (typically spaces) at the beginning of all lines of a selected block, moving this way a block to the right. You can change "indent characters" from spaces to any other character or to a string of characters in the Preferences
  831. dialog
  832. box. 
  833. See also: 6
  834.   Block
  835. Commands,
  836.   Unindent
  837. Block,
  838.   Default
  839. Indent.
  840.  Unindent Block 
  841. This command removes spaces at the beginning of all lines of a selected block(if there are any), moving this way a block to the left. 
  842. See also: "
  843.   Block
  844. Commands,
  845.   Indent
  846. Block.
  847.  Default Indent 
  848.  (Ctrl-K Space)
  849. This command restores the indent character to a space character. 
  850. You can change "indent characters" from spaces to any other character or to a string of characters in the Preferences
  851. dialog
  852. box. 
  853. See also block
  854. commands. 
  855.  Upper to Lower Case 
  856. This command changes all upper case characters within a selected block to a lower case. 
  857. See also: 3
  858.  block
  859. commands,
  860.  Lower
  861. Upper
  862. Case,
  863.  Flip
  864. Case.
  865.  Lower to Upper Case 
  866. This command changes all upper case characters within a selected block to a lower case. 
  867. See also: 3
  868.  block
  869. commands,
  870.  Upper
  871. Lower
  872. Case,
  873.  Flip
  874. Case.
  875.  Flip Case 
  876. This command switches all characters within a selected block from lower to upper and from upper to lower case. 
  877. See also: =
  878.  block
  879. commands,
  880.  Upper
  881. Lower
  882. Case,
  883.  Lower
  884. Upper
  885. Case.
  886.  Print Block/File 
  887. This command prints a selected block. If no block has been selected the whole file from the active edit window will be printed. 
  888. See also: $
  889.  block
  890. commands,
  891.  Print|Print
  892. File.
  893.  Character Left 
  894. This command moves the cursor one position to the left. ~
  895. If you are in a block selection mode (after pressing Ctrl-K B) a highlighted block will increase or decrease by 1 character. $
  896. See also Cursor
  897. Movement
  898. Commands. 
  899.  Character Right 
  900. This command moves the cursor one position to the right. ~
  901. If you are in a block selection mode (after pressing Ctrl-K B) a highlighted block will increase or decrease by 1 character. $
  902. See also Cursor
  903. Movement
  904. Commands. 
  905.  Word Left 
  906. This command moves the cursor to the beginning of a word left from the current cursor position. $
  907. See also Cursor
  908. Movement
  909. Commands. 
  910.  Word Right 
  911. This command moves the cursor to the beginning of a word right from the current cursor position. $
  912. See also Cursor
  913. Movement
  914. Commands. 
  915.  Line Up 
  916. This command moves the cursor one line up from the current cursor position. $
  917. See also Cursor
  918. Movement
  919. Commands. 
  920.  Line Down 
  921. This command moves the cursor one line down from the current cursor position. $
  922. See also Cursor
  923. Movement
  924. Commands. 
  925.  Page Up 
  926. This command moves the cursor one screen up from the current cursor position. $
  927. See also Cursor
  928. Movement
  929. Commands. 
  930.  Page Down 
  931. This command moves the cursor one screen down from the current cursor position. $
  932. See also Cursor
  933. Movement
  934. Commands. 
  935.  Screen Top 
  936. This command moves the cursor to the top of the screen. $
  937. See also Cursor
  938. Movement
  939. Commands. 
  940.  Screen Bottom 
  941. This command moves the cursor to the bottom of the screen. $
  942. See also Cursor
  943. Movement
  944. Commands. 
  945.  Screen Center 
  946. This command moves the cursor to the middle line of the screen. $
  947. See also Cursor
  948. Movement
  949. Commands. 
  950.  Text Start 
  951. This command moves the cursor to the beginning of a text. $
  952. See also Cursor
  953. Movement
  954. Commands. 
  955.  Text End 
  956. This command moves the cursor to the end of a text. $
  957. See also Cursor
  958. Movement
  959. Commands. 
  960.  Insert Mode On/Off 
  961. This command toggles between insert and overwrite modes. Q
  962. In the insert mode a cursor shape is a blinking line under a current character. X
  963. In the overwrite mode a cursor shape is a blinking rectangle over a current character. $
  964. See also Insert
  965. Delete
  966. Commands. 
  967.  Delete Line 
  968. This command deletes a current line. $
  969. See also Insert
  970. Delete
  971. Commands. 
  972.  Delete to End of Line 
  973. This command deletes text from a cursor position to the end of a line. $
  974. See also Insert
  975. Delete
  976. Commands. 
  977.  Delete to Start of Line 
  978. This command deletes text from a cursor position to the beginning of a line. $
  979. See also Insert
  980. Delete
  981. Commands. 
  982.  Delete Char Left 
  983. This command deletes a character left from a cursor position. The cursor then is moved by one position to the left. $
  984. See also Insert
  985. Delete
  986. Commands. 
  987.  Delete Char 
  988. This command deletes a character on which a cursor is positioned. $
  989. See also Insert
  990. Delete
  991. Commands. 
  992.  Delete Word Right 
  993. This command deletes text from a cursor position to the end of a word. If the cursor is not positioned on a word all characters from the cursor position to the next word will be deleted. $
  994. See also Insert
  995. Delete
  996. Commands. 
  997.  Duplicate Line 
  998. This command duplicates a current line and inserts it below. $
  999. See also Insert
  1000. Delete
  1001. Commands. 
  1002.  Abort Operation 
  1003. This command usually cancels the all the changes made in a dialog box and then closes the dialog box. It is equivalent to clicking on a Cnacel button. 
  1004. See also dialog
  1005. box. 
  1006.  Tab 
  1007. This command is equivalent to pressing a Tab key. 
  1008. Depending on the settings in the Preferences
  1009. dialog
  1010. box it can result in inserting a Tab character or spaces at a cursor position. 
  1011.  Close Active Window 
  1012. This command closes an active edit window or dialog box. "
  1013. See also Miscellaneous
  1014. Commands. 
  1015.  Auto Indent On/Off 
  1016. This command toggles auto indent On and Off. You can also do it in a Preferences
  1017. dialog
  1018. box. 
  1019. If auto indent is On, then after you press Enter key a cursor will be positioned on a new line and below the first word of the previous line. This allows you to continue block indentation without having to insert spaces on each new line. "
  1020. See also Miscellaneous
  1021. Commands. 
  1022.  Find Matching Bracket 
  1023. This command finds a corresponding (matching) bracket if a cursor is positioned on one of the following brackets: ()[]. "
  1024. See also Miscellaneous
  1025. Commands. 
  1026.  Force Page Break 
  1027. This command inserts a page-break character (
  1028. ) at a cursor position which will cause a printer to skip to the beginnig of a next page. "
  1029. See also Miscellaneous
  1030. Commands. 
  1031.  Reformat Paragraph 
  1032.   (Alt-R)
  1033. A Paragraph means a portion of text (typically several lines) delimited by empty lines. 
  1034. Reformat Paragraph function works only for the current paragraph (on which the cursor is positioned). It tries to accommodate as many words as possible on every line. If a line is too long it is wraped. 
  1035. If Jusification is on (see : Preferences
  1036. dialog
  1037. box) each line of the paragraph except for the last one will be justified (spaces will be inserted so that the line is aligned to both left and right margins). Justification does not work for paragraphs consisting of just one line. 
  1038. Also see : Reformat
  1039. File 
  1040.  KeyCmds
  1041. Center Line 
  1042.   (Alt-V)
  1043. This command centers the line by removing and inserting spaces in front of it. The line is centered relative to the right margin which can be either the window's right edge or the right margin setting (see Preferences dialog box). 
  1044.  KeyCmds
  1045. Set Marker 
  1046.   (Ctrl-K 0)
  1047. This command sets the marker #0 at the current cursor position. Later you can quickly find this marker by using KeyCmds|GoTo
  1048. Marker menu command. E
  1049. You can set up to 10 markers by using hot-key commands Ctrl-K 0..9. 
  1050.  KeyCmds
  1051. GoTo Marker 
  1052.   (Ctrl-Q 0)
  1053. This command finds the marker #0 which has been set by using KeyCmds|Set
  1054. Marker menu command. C
  1055. You can find markers #0..9 by using hot-key commands Ctrl-Q 0..9. 
  1056.  Search
  1057. Find 
  1058. Displays a Find
  1059. dialog
  1060. box which lets you enter a string of characters that you want to search for. 
  1061.  Search
  1062. Replace 
  1063. Displays a Replace
  1064. dialog
  1065. box which allows you to enter both search and replace strings of characters. 
  1066.  Search
  1067. GoToLine 
  1068. Displays a GoToLine
  1069. dialog
  1070. box. L
  1071. It allows you to enter the line number to which you want to jump directly. 
  1072.  Search
  1073. Search again 
  1074.   (Ctrl-L)
  1075. Repeats the last search/replace from the current cursor position. 
  1076.  Windows
  1077. Size/move 
  1078.     (Ctrl-F5)
  1079. Choose this command to change the size or position of the active window. 
  1080.   Size
  1081. If you press Shift while you use the arrow keys, you can change the size of the active window. Once you've adjusted its size or position, press Enter. Q
  1082. If a window has a Resize corner, you can drag that corner to resize the window. 
  1083.   Move
  1084. When you choose Windows
  1085. Size/Move, the active window moves in response to the arrow keys. Once you've moved the window to where you want it, press Enter. F
  1086. You can also move a window by dragging its title bar with the mouse. 
  1087.  Windows
  1088. Zoom 
  1089.     (F5)
  1090. Choose Zoom to resize the active window to the maximum size. If the window is already zoomed, you can choose this command to restore it to its previous size. {
  1091. You can also double-click anywhere on the window's title bar (except where an icon appears) to zoom or unzoom the window. 
  1092.  Windows
  1093. Tile 
  1094. Choose Windows
  1095. Tile to tile all windows on the desktop. L
  1096.                
  1097.                
  1098.                
  1099.                
  1100.                
  1101.                
  1102.                
  1103.                
  1104.                
  1105.                
  1106.                
  1107.                
  1108.                
  1109.                
  1110.                
  1111.                
  1112.              Tiled Windows
  1113.  Windows
  1114. Cascade 
  1115. Choose Windows
  1116. Cascade to stack all windows on the desktop. A
  1117.                          
  1118.                          
  1119.                          
  1120.                          
  1121.                          
  1122.         Cascaded Windows
  1123.  Windows
  1124. Next 
  1125.    (F6)
  1126. Choose Next to cycle forwards through the windows on the desktop. 
  1127.  Windows
  1128. Previous 
  1129.     (Shift-F6)
  1130. Choose Windows
  1131. Previous to cycle backwards through the windows on the desktop. 
  1132.  Windows
  1133. Close All 
  1134. Choose Windows
  1135. Close All to close all Edit Windows. 
  1136.  Windows
  1137. Synchro 
  1138.     (Ctrl-F6)
  1139. After you select this command from the menu or press Ctrl-F6 2 top windows become synchronized. They are resized and moved so that one window occupies the top half and the other the bottom half of the Desktop. 
  1140. From now on every key you press is sent to both windows. They scroll together and react to editing operations (e.g. inserting or deleting characters) in the same way. Even search works for both windows. q
  1141. Synchronization of the windows is broken after selecting Synchro command (or pressing Ctrl-F6) the second time. 
  1142.  Windows
  1143. List of Files 
  1144. Displays a File
  1145. List dialog box allowing to select an open file from the list of all open files. 
  1146.  Windows
  1147. Switch Screen 
  1148. This command switches between the normal- and full-screen mode. In the full-screen mode the Menu
  1149. Bar and the Status
  1150. Line are hidden and the Desktop covers the whole screen. 
  1151.       
  1152.  Window
  1153. Show/Hide Ruler 
  1154. This command shows/hides the ruler at the top of the screen, just below the menu bar. You can click on the ruler with a mouse to position the cursor in the edit window on the selected column. Tabs are marked on the ruler with "
  1155. " and the right margin is marked with "
  1156. " character. You can double click on the ruler to change the right margin setting. 
  1157.  Window
  1158. Show/Hide Tool Bar 
  1159. This command shows/hides the tool bar at the top of the screen, just below the menu bar. You can click on the tool bar with a mouse to generate command. Icons represent commands: i
  1160.  replace words
  1161.   print block/file
  1162.  search again
  1163.  line/block mode switch
  1164.     find word
  1165.  reformat paragraf      system
  1166.     close file
  1167.    close tool bar   clock
  1168.                
  1169.      
  1170. 12:25:04
  1171. open file            
  1172. save file            
  1173. spelling checker
  1174. help on the tool bar
  1175.  Options
  1176. Mouse... 
  1177. The Mouse command brings up the Mouse
  1178. Options dialog box, where you can set various options that control how your mouse works, including: R
  1179.  how fast a double-click is
  1180.  which mouse button (right or left) is
  1181.    active
  1182.  Options
  1183. Colors... 
  1184. The Colors item brings up the Colors
  1185. dialog box, where you can customize the colors of the display. 
  1186.  Options
  1187. Preferences... 
  1188. The Preferences item brings up the Preferences dialog box, where you can set Auto Save options as well as the Screen Size (if you have EGA/VGA graphics adapter you can change the display mode from 25 to 43/50 lines). A
  1189. In this dialog box you can also change various Editor settings. /
  1190. For more details see: Preferences
  1191. dialog
  1192. box. 
  1193.  Options
  1194. Directories... 
  1195. This command displays Directories dialog box where you can specify a directory for the Desktop file. 
  1196.  Options
  1197. Screen Blanker... 
  1198. The Screen Blanker item brings up the Screen Blanker dialog box, where you can set some screen blanker options. 2
  1199. For more details see: Screen
  1200. Blanker
  1201. dialog
  1202. box. 
  1203.  Options
  1204. Save Desktop 
  1205. Saves the state of all open windows to a file called VED.DSK. This file can be reloaded by selecting Options
  1206. Restore
  1207. Desktop. >
  1208. Also the following History Lists are stored in VED.DSK file: &
  1209.  - file names Open or Printed during 
  1210. the previous session; '
  1211.  - keywords used in Search and Search 
  1212. & Replace; (
  1213.  - programs run using File|Run Program 
  1214. together with parameters. 
  1215.  Options
  1216. Restore Desktop 
  1217. Restores a previously-saved state of all open windows from a file called VED.DSK. This file is saved via the Options
  1218. Desktop menu command. @
  1219. Also the following History Lists are loaded from VED.DSK file: &
  1220.  - file names Open or Printed during 
  1221. the previous session; '
  1222.  - keywords used in Search and Search 
  1223. & Replace; (
  1224.  - programs run using File|Run Program 
  1225. together with parameters. 
  1226.  Options
  1227. Clear Desktop 
  1228. Clears desktop by closing all open windows and dialog boxes. 
  1229.  Options
  1230. Load Options 
  1231. This command loads from VED.OPT file (if the file exists): 
  1232.  - Colors
  1233. Palette;
  1234.  - Mouse
  1235. Options;
  1236.  - Edit
  1237. Preferences;
  1238.  - a list of Macros;
  1239.  - Search
  1240. Options;
  1241.  - a list of programs installed using 
  1242. File|Run
  1243. Program command; *
  1244.  - a list of recently closed files (up to
  1245. 5 files) displayed at the bottom of the File menu.  >
  1246. The VED.OPT file is created by Options
  1247. Options command. =
  1248. You can modify Colors Palette using Options
  1249. Colors command. <
  1250. You can modify Mouse Settings using Options
  1251. Mouse command. D
  1252. You can modify Edit Preferences using Options
  1253. Preferences command. 
  1254.  Options
  1255. Save Options 
  1256. This command saves to VED.OPT file: 
  1257.  - Colors
  1258. Palette;
  1259.  - Mouse
  1260. Options;
  1261.  - Edit
  1262. Preferences;
  1263.  - a list of Macros;
  1264.  - Search
  1265. Options;
  1266.  - a list of programs installed using 
  1267. File|Run
  1268. Program command; +
  1269.  - a list of recently closed files (up to 
  1270. 5 files) displayed at the bottom of the File menu.  
  1271. If the file VED.OPT exists it will be overwritten. The options from the VED.OPT file are loaded using Options
  1272. Options command. =
  1273. You can modify Colors Palette using Options
  1274. Colors command. A
  1275. You can modify Mouse Settings using Options
  1276. Mouse menu command. D
  1277. You can modify Edit Preferences using Options
  1278. Preferences command. 
  1279.  Print
  1280. Print Options 
  1281. This command displays a Print
  1282. Options dialog box which allows setting the following parameters: 
  1283.  - DOS LPT # : LPT1,...,LPT4
  1284.  - Eject a page Before printing (Yes/No)
  1285.  - Eject a page After printing (Yes/No)
  1286.  - Use Headers/Footers
  1287.  - Stop After Every Page
  1288.  - Left Margin
  1289.  - Page Length
  1290.  - Top Margin
  1291.  - Bottom Margin
  1292.  - Printer Initialization String
  1293.  Print
  1294. Print File  
  1295. This command displays a Select
  1296. Print dialog box which allows you to select a file that you want to print. w
  1297. The file must exist on your disk, so if you are editing a new file you have to save it before you can start printing. 
  1298. After you select a file to print, the file is appended to the Print Queue and printing starts if the Print Queue was empty. If the Print Queue was not empty the file is appended to the end of the queue. X
  1299. You can display the Print Queue by using the menu command Print|Display
  1300. Print
  1301. Manager. 
  1302. You can cancel printing at any time by pressing F9 function key or by clicking with the mouse on Stop Print label on the status line. o
  1303. Since printing is done in "background" you can continue using other functions of Vision Edit during printing. 
  1304. Also see: Print
  1305. Manager. 
  1306.  Print
  1307. Header 
  1308. Displays a Header/Footer
  1309. dialog
  1310. box allowing you to create a header. 
  1311. See also: Print|Footer 
  1312.  Print
  1313. Footer 
  1314. Displays a Header/Footer
  1315. dialog
  1316. box allowing you to create a footer. 
  1317. See also: Print|Header 
  1318.  Print
  1319. Display Print Manager 
  1320. This command displays a Print
  1321. Manager window if it has not been already open. You can close it at any time using menu command Print
  1322. Close
  1323. Print
  1324. Manager. 
  1325.  Print
  1326. Close Print Manager 
  1327. This command closes a Print
  1328. Manager window if it has been open. You can reopen it later (during printing) using menu command Print
  1329. Print
  1330. Manager. 
  1331.  Print
  1332. Stop Print 
  1333. Stops printing (the printer will still be printing for a while until its internal buffer is empty). You can resume printing by clicking on the Resume Printing button in the Print
  1334. Manager. 
  1335.  Macro|Start Macro 
  1336. This command displays a Create Macro File dialog box which is similar to Open
  1337. Dialog
  1338. Box. You have to enter a name of the macro file in which macro operations will be stored. The default macro file extension is MAC. 
  1339. After you select the macro file name a Macro
  1340. Description dialog box is displayed. You can enter a one-line description of a macro here. 
  1341. After you close a Macro Description dialog box a flashing message 'Macro Recording' is displayed on the status line. From now on all keys that you press, most edit operations including search and replace are recorded in the macro file. H
  1342. To stop macro recording select End
  1343. Macro function from the Macro menu. 
  1344. The macro that you have just created will be added to the list of available macros in the Macro menu. You can execute a macro by selecting it from the Macro menu or by pressing a hot key assigned to that macro. 
  1345. Also see: End
  1346. Macro, y
  1347.           Load
  1348. Macro,
  1349.           Execute
  1350. Macro,
  1351.           Suspend
  1352. Macro,
  1353.           Continue
  1354. Macro,
  1355.           Repeat
  1356. Macro
  1357.  Macro|End Macro 
  1358. This command completes macro recording started with Start
  1359. Macro command. It closes a macro file and from now on you can execute that macro. 
  1360. Also see: Start
  1361. Macro, y
  1362.           Load
  1363. Macro,
  1364.           Execute
  1365. Macro,
  1366.           Suspend
  1367. Macro,
  1368.           Continue
  1369. Macro,
  1370.           Repeat
  1371. Macro
  1372.  Macro|Load Macro 
  1373. This command allows you to select a macro file which has been created previously. An Open
  1374. Macro dialog box is displayed allowing you to select a macro file. The selected macro is added to the list of macros in the Macro menu and becomes available for execution. 
  1375. Also see: Start
  1376. Macro, x
  1377.           End
  1378. Macro,
  1379.           Execute
  1380. Macro,
  1381.           Suspend
  1382. Macro,
  1383.           Continue
  1384. Macro,
  1385.           Repeat
  1386. Macro
  1387.  Macro|Execute Macro 
  1388. All macros available for execution are displayed in the Macro menu under the dividing line. There can be up to 7 macros available at once. You can execute a macro by either selecting its name from the Macro menu or by pressing a hot-key assigned to this macro. All hot-key assignments are automatic. The first macro is assigned Alt-F4, the second Alt-F5, and so on up to Alt-F10. 
  1389. If you already have 7 macros in the Macro menu adding a new macro will remove the first macro from the list of macros available. 
  1390. Also see: Start
  1391. Macro, u
  1392.           End
  1393. Macro,
  1394.           Load
  1395. Macro,
  1396.           Suspend
  1397. Macro,
  1398.           Continue
  1399. Macro,
  1400.           Repeat
  1401. Macro
  1402.  Macro|Suspend Macro 
  1403. This command suspends recording a macro so that you can do some operations which you do not want recorded in the macro file. You can resume recording the macro by selecting Continue
  1404. Macro command. 
  1405. Also see: Start
  1406. Macro, u
  1407.           End
  1408. Macro,
  1409.           Load
  1410. Macro,
  1411.           Execute
  1412. Macro,
  1413.           Continue
  1414. Macro,
  1415.           Repeat
  1416. Macro
  1417.  Macro|Continue Macro 
  1418. This command allows you to continue recording a macro which has been suspended with Suspend
  1419. Macro command. 
  1420. Also see: Start
  1421. Macro, t
  1422.           End
  1423. Macro,
  1424.           Load
  1425. Macro,
  1426.           Execute
  1427. Macro,
  1428.           Suspend
  1429. Macro,
  1430.           Repeat
  1431. Macro
  1432.  Macro|Repeat Macro
  1433. Displays a Repeat
  1434. Macro dialog box which allows you to specify how many times the macro should be repeated. 
  1435. Also see: Start
  1436. Macro, v
  1437.           End
  1438. Macro,
  1439.           Load
  1440. Macro,
  1441.           Execute
  1442. Macro,
  1443.           Continue
  1444. Macro,
  1445.           Suspend
  1446. Macro
  1447.  Config
  1448. Mode & Direction 
  1449. The Mode & Direction item brings up the Set-Options dialog box, where you can set: -Edit Direction (sets the direction of editing) )
  1450. -Table (which Ascii-Table will be used) 8
  1451. -Push Mode (allows two different direction of editing) 
  1452. Also see: Define
  1453. Table, v
  1454.           Load
  1455. Table,
  1456.           Set
  1457. Options,
  1458.           Define
  1459. Translation
  1460. Table,
  1461.           Set
  1462. Options
  1463. Dialog
  1464.  Config
  1465. Define New Table 
  1466. The Define New Table item brings up the Define
  1467. Translation
  1468. Table dialog box where you can define a Converted Ascii Table. 
  1469. Also see: Load
  1470. Table, T
  1471.           Mode
  1472. Direction,
  1473.           Set
  1474. Options,
  1475.           Set
  1476. Options
  1477. Dialog
  1478.  Config
  1479. Load New Table 
  1480. This command allows you to select a table file which has been created previously. An Open
  1481. Table dialog box is displayed allowing you to select a table file. Codes from this file are loaded to Converted Ascii Table and they can be used when proper settings are defined in Mode
  1482. Direction. 
  1483. Also see: Define
  1484. Table, \
  1485.           Set
  1486. Options,
  1487.           Define
  1488. Translation
  1489. Table,
  1490.           Set
  1491. Options
  1492. Dialog
  1493.  Config
  1494. Commands Mode 
  1495. This command displays a Commands
  1496. Mode dialog box which allows you to switch between the standard Vision Edit commands and user-defined commands. 
  1497. Also see: 1
  1498.   Config|Define
  1499. Commands,
  1500.   Config|Load
  1501. Commands
  1502.  Config
  1503. Define Commands 
  1504. This command displays a Define
  1505. Commands dialog box which allows you to redefine the standard Vision Edit hot keys which correspond to commands. 
  1506. Also see: /
  1507.   Config|Commands
  1508. Mode,
  1509.   Config|Load
  1510. Commands
  1511.  Config
  1512. Load Commands 
  1513. This command displays a Load
  1514. Commands dialog box which allows you to load a previously defined hot keys from a file. 
  1515. Also see: 1
  1516.   Config|Commands
  1517. Mode,
  1518.   Config|Define
  1519. Commands
  1520.  Help|Help on Help 
  1521. Help Window can be displayed from any point of the program by pressing F1 function key, by selecting Help from the pull-down menu, or by pressing right mouse button. 
  1522. Help system is context sensitive so information displayed in the help window depends on the current context e.g. if you are editing a text file in the edit window pressing F1 will result in displaying help information related to the text editor. 
  1523. By double-clicking with a mouse on highlighted words in a help window you can quickly access information regarding those words (cross reference). =
  1524. To close a help window press Esc or click on the close box. 
  1525.  Help Previous 
  1526. Displays the previous help topic. A history of help topics is maintained by Vision Edit throughout the whole session (from startup to exit). 
  1527.  Help
  1528. Help Index 
  1529.     (Ctrl-F1)
  1530. Help Index command displays a list of topics which are explained by the Help system. G
  1531. You can get to the topic explanation by double-clicking on the topic. 
  1532.  Cursor Movement Commands 
  1533.  Character
  1534. left   
  1535.  Ctrl-S or Left arrow
  1536.  Character
  1537. right  
  1538.  Ctrl-D or Right arrow
  1539.  Word
  1540. left        
  1541.  Ctrl-A or Ctrl-Left arrow
  1542.  Word
  1543. right       
  1544.  Ctrl-F or Ctrl-Right arrow
  1545.  Line
  1546. up          
  1547.  Ctrl-E or Up arrow
  1548.  Line
  1549. down        
  1550.  Ctrl-X or Down arrow
  1551.  Page
  1552. up          
  1553.  Ctrl-R or PgUp
  1554.  Page
  1555. down        
  1556.  Ctrl-C or PgDn
  1557.  Beginning
  1558.  Ctrl-PgUp
  1559. text      
  1560.  Ctrl-PgDn
  1561. screen    
  1562.  Ctrl-Home
  1563.  Bottom
  1564. screen 
  1565.  Ctrl-End
  1566.  Middle
  1567. screen 
  1568.  Ctrl-Q M
  1569.  Insert & Delete Commands 
  1570.  Insert
  1571. on/off     
  1572.  Ctrl-V or Ins
  1573.  Delete
  1574. line            
  1575.  Ctrl-Y
  1576.  Delete
  1577. line  
  1578.  Ctrl-Q Y
  1579.  Delete
  1580. start
  1581.  Ctrl-Q H
  1582.  Delete
  1583. character
  1584. left  
  1585.  Ctrl-H or Backspace
  1586.  Delete
  1587. character       
  1588.  Ctrl-G or Del
  1589.  Delete
  1590. right      
  1591.  Ctrl-T
  1592.  Delete
  1593.       
  1594.  Ctrl-Backspace
  1595.  Duplicate
  1596. line         
  1597.  Ctrl-K D
  1598.  Block Commands 
  1599.  Mark
  1600. block
  1601. begin    
  1602.  Ctrl-K B or Shift-arrow
  1603.  Delete
  1604. block        
  1605.  Ctrl-Del
  1606.  Hide
  1607. block          
  1608.  Ctrl-K H
  1609.  Paste
  1610. Clipboard
  1611.  Ctrl-K C or Shift-Ins
  1612. Clipboard    
  1613.  Ctrl-K Y or Shift-Del
  1614.  Copy
  1615. Clipboard   
  1616.  Ctrl-K K or Ctrl-Ins
  1617.  Block
  1618. Indent        
  1619.  Ctrl-K I
  1620.  Block
  1621. Unindent      
  1622.  Ctrl-K U
  1623.  Indent
  1624. Default      
  1625.  Ctrl-K Space
  1626.  Upper
  1627. Lower
  1628. case 
  1629.  Ctrl-K L
  1630.  Lower
  1631. Upper
  1632. case 
  1633.  Ctrl-K O
  1634.  Flip
  1635. case           
  1636.  Ctrl-K F
  1637.  Print
  1638. Block/File    
  1639.  Ctrl-K P
  1640.  Line/Column
  1641. Mode    
  1642.  Alt-B
  1643.  Dragging
  1644. On/Off     
  1645.  Alt-D
  1646.  Sort
  1647. Lines          
  1648.  Ctrl-K S
  1649.  Miscellaneous Commands 
  1650.  Menu
  1651. bar             
  1652.  Save
  1653. edit        
  1654.  Open
  1655. file            
  1656.  Close
  1657. active
  1658. window  
  1659.  Alt-F3
  1660.  Tab                  
  1661.  Ctrl-I or Tab
  1662.  Auto-Indent
  1663. On/Off   
  1664.  Ctrl-O
  1665.  Find                 
  1666.  Ctrl-Q F
  1667.  Find
  1668. replace       
  1669.  Ctrl-Q A
  1670.  Repeat
  1671. find     
  1672.  Ctrl-L
  1673. Marker           
  1674.  Ctrl-K 0..9
  1675.  Find
  1676. Marker          
  1677.  Ctrl-Q 0..9
  1678. line           
  1679.  Ctrl-Q G
  1680.  Find
  1681. Matching
  1682. Bracket
  1683.  Ctrl-Q [ or Ctrl-Q ]
  1684.  Force
  1685. Break     
  1686.  Ctrl-P
  1687.  Reformat
  1688. Paragraph   
  1689.  Alt-R
  1690.  Reformat
  1691. File        
  1692.  Ctrl-Q R
  1693.  Center
  1694. Line          
  1695.  Alt-V
  1696.  Undo
  1697. operation  
  1698.  Ctrl-U
  1699.  Abort
  1700. operation      
  1701. Pressing F1 function key or clicking on the mouse right button opens a Help Windows and displays help information regarding the active user interface element. In this case you pressed F1 key when Help|Help menu item was an active element of the user interface. 
  1702. Also see : Help
  1703. Help 
  1704.  Insert Time 
  1705. Inserts a current system time into the active edit window. The time has the following format: HH-MM. 
  1706. Also see: Insert
  1707. Date 
  1708.  Insert Date 
  1709. Allows inserting either a System Date or a File Creation Date into the active edit window. This command displays a Date
  1710. Formats dialog box which allows selecting a date format. 
  1711. Also see: Insert
  1712. Time 
  1713.  Reformat File 
  1714. This command reformats the whole file applying Reformat Paragraph function to every paragraph in the file. You can Stop reformatting by pressing <Esc> key. 
  1715. Also see : Reformat
  1716. Paragraph 
  1717.  Sort Lines 
  1718. This command allows sorting lines of a selected block or a file (open in the active Edit Window) in Ascending or Descending order. After selecting this command the Sort
  1719. Lines
  1720. dialog
  1721. box will be open. It enables selecting options for the sort. If the whole file is sorted (no block selection) then the original file is renamed to the same name but with BAK extension. 
  1722. When a block is selected and Vision Edit is in Block Mode then the lines are compared starting from the first column of the block but the entire lines are moved. 
  1723.  Delete Macro 
  1724. Displays the Delete
  1725. Macro dialog box where you can delete Macros from the List of Macros displayed in the Macro Menu. 
  1726.  Search
  1727. GoToPage 
  1728. Displays a GoToPage
  1729. dialog
  1730. box. 
  1731. It allows you to enter the page number to which you want to jump directly. The cursor will be positioned at the top of the page. 
  1732.                 
  1733.  Edit Macro 
  1734. Displays the Macro
  1735. Editor dialog box where you can edit Macros from a selected Macro File. You can view, delete, insert, and modify macro commands. 
  1736. Opens a selected file in a new Edit Window. The list of the 5 most recently closed files is displayed. This list is stored in the options file. 
  1737. Also see: File
  1738. Open, /
  1739.           Save
  1740. Desktop,
  1741.           Load
  1742. Desktop
  1743.  Search
  1744. File Search 
  1745. Displays a Search
  1746. File(s) dialog box which lets you enter a wildcard of files that you want to search for. 
  1747.  Search
  1748. Text Search 
  1749. Displays a Search
  1750. File(s)
  1751. Text dialog box which lets you enter a string of characters that you want to search for and wildcard which defines file(s) in which search will take place. 
  1752. File Manager 
  1753. File Manager menu item opens the File
  1754. Manager dialog box. The current directory is selected in the Directory
  1755. Panel
  1756. Viewer and files for this directory are displayed in the File
  1757. Panel
  1758. Viewer. 
  1759.  Delete Word Left 
  1760. This command deletes a previous word (to the left from a cursor position). If the cursor is positioned on a word (but not on the first character) that word will be deleted. $
  1761. See also Insert
  1762. Delete
  1763. Commands. 
  1764.  Change Screen Mode 
  1765. This command displays the Screen
  1766. Selection
  1767. dialog
  1768. box which allows you to select other screen modes (e.g. 132 columns) if you have a VGA card that supports other screen modes. Before you can start using this function you have to install your graphics card (see: VGA
  1769. Installation). 
  1770.  Vision Edit has the following editing commands:
  1771.  ================================================
  1772.  Cursor Movement Commands 
  1773.  Character
  1774. left   
  1775.  Ctrl-S or Left arrow
  1776.  Character
  1777. right  
  1778.  Ctrl-D or Right arrow
  1779.  Word
  1780. left        
  1781.  Ctrl-A or Ctrl-Left arrow
  1782.  Word
  1783. right       
  1784.  Ctrl-F or Ctrl-Right arrow
  1785.  Line
  1786. up          
  1787.  Ctrl-E or Up arrow
  1788.  Line
  1789. down        
  1790.  Ctrl-X or Down arrow
  1791.  Page
  1792. up          
  1793.  Ctrl-R or PgUp
  1794.  Page
  1795. down        
  1796.  Ctrl-C or PgDn
  1797.  Beginning
  1798.  Ctrl-PgUp
  1799. text      
  1800.  Ctrl-PgDn
  1801. screen    
  1802.  Ctrl-Home
  1803.  Bottom
  1804. screen 
  1805.  Ctrl-End
  1806.  Middle
  1807. screen 
  1808.  Ctrl-Q M
  1809.  Insert & Delete Commands 
  1810.  Insert
  1811. on/off     
  1812.  Ctrl-V or Ins
  1813.  Delete
  1814. line            
  1815.  Ctrl-Y
  1816.  Delete
  1817. line  
  1818.  Ctrl-Q Y
  1819.  Delete
  1820. start
  1821.  Ctrl-Q H
  1822.  Delete
  1823. character
  1824. left  
  1825.  Ctrl-H or Backspace
  1826.  Delete
  1827. character       
  1828.  Ctrl-G or Del
  1829.  Delete
  1830. right      
  1831.  Ctrl-T
  1832.  Delete
  1833.       
  1834.  Ctrl-Backspace
  1835.  Duplicate
  1836. line         
  1837.  Ctrl-K D
  1838.  Block Commands 
  1839.  Mark
  1840. block
  1841. begin    
  1842.  Ctrl-K B or Shift-arrow
  1843.  Delete
  1844. block        
  1845.  Ctrl-Del
  1846.  Hide
  1847. block          
  1848.  Ctrl-K H
  1849.  Paste
  1850. Clipboard
  1851.  Ctrl-K C or Shift-Ins
  1852. Clipboard    
  1853.  Ctrl-K Y or Shift-Del
  1854.  Copy
  1855. Clipboard   
  1856.  Ctrl-K K or Ctrl-Ins
  1857.  Block
  1858. Indent        
  1859.  Ctrl-K I
  1860.  Block
  1861. Unindent      
  1862.  Ctrl-K U
  1863.  Indent
  1864. Default      
  1865.  Ctrl-K Space
  1866.  Upper
  1867. Lower
  1868. case 
  1869.  Ctrl-K L
  1870.  Lower
  1871. Upper
  1872. case 
  1873.  Ctrl-K O
  1874.  Flip
  1875. case           
  1876.  Ctrl-K F
  1877.  Print
  1878. Block/File    
  1879.  Ctrl-K P
  1880.  Line/Column
  1881. Mode    
  1882.  Alt-B
  1883.  Dragging
  1884. On/Off     
  1885.  Alt-D
  1886.  Sort
  1887. Lines          
  1888.  Ctrl-K S
  1889.  Miscellaneous Commands 
  1890.  Menu
  1891. bar             
  1892.  Save
  1893. edit        
  1894.  Open
  1895. file            
  1896.  Close
  1897. active
  1898. window  
  1899.  Alt-F3
  1900.  Tab                  
  1901.  Ctrl-I or Tab
  1902.  Auto-Indent
  1903. On/Off   
  1904.  Ctrl-O
  1905.  Find                 
  1906.  Ctrl-Q F
  1907.  Find
  1908. replace       
  1909.  Ctrl-Q A
  1910.  Repeat
  1911. find     
  1912.  Ctrl-L
  1913. Marker           
  1914.  Ctrl-K 0..9
  1915.  Find
  1916. Marker          
  1917.  Ctrl-Q 0..9
  1918. line           
  1919.  Ctrl-Q G
  1920.  Find
  1921. Matching
  1922. Bracket
  1923.  Ctrl-Q [ or Ctrl-Q ]
  1924.  Force
  1925. Break     
  1926.  Ctrl-P
  1927.  Reformat
  1928. Paragraph   
  1929.  Alt-R
  1930.  Reformat
  1931. File        
  1932.  Ctrl-Q R
  1933.  Center
  1934. Line          
  1935.  Alt-V
  1936.  Undo
  1937. operation  
  1938.  Ctrl-U
  1939.  Abort
  1940. operation      
  1941.  Open a File Dialog Box 
  1942. The 'Open a File' dialog box contains: 
  1943.  - the Name input box;
  1944.  - the Files
  1945. list;
  1946.  - a list of Disk Drives;
  1947.  - a file information panel;
  1948.  - the standard button Cancel;
  1949.  - the Open
  1950. button);
  1951.  - the Select action button;
  1952.  - a history list that's attached
  1953.    to the Name
  1954. input
  1955. To open a file you have to type in the file name into the Name input line or select the file from the Files list (using mouse or keyboard) and then click on the Open button. You can also change the disk drive by double-clicking on the Drives list. At the end of the Files list you can find directories. If you select a directory and click on the Open button a list of files from the selected directory will be displayed. 
  1956. You can open several files at once by marking them clicking on the Select button, double-clicking on the file name, or pressing the Space key. 
  1957. See also : Dialog
  1958. Box. 
  1959.  Change Directory dialog box 
  1960. The Change Directory dialog box consists of an input box, a list box, the standard OK and Help buttons, and two other buttons (Chdir and Revert). |
  1961.  Directory Name 
  1962.                                      
  1963. The Directory Name input box is where you type in the path of the new directory. 
  1964.  Directory Tree 
  1965.    Drives                            
  1966. C:\                            
  1967.      
  1968. TP                           
  1969.        
  1970. TVISION                    
  1971. The Directory Tree list box enables you to navigate directories by using the selecting bar and pressing Enter. 
  1972. If you're using the keyboard, press Enter to make the selected directory be the current directory, then choose OK or press Esc to exit the dialog box. +
  1973.  [Chdir ] 
  1974. The Chdir button changes the current directory once you've selected or typed in a directory name. +
  1975.  [Revert] 
  1976. The Revert button goes back to the previous directory, as long as you haven't yet exited the dialog box. 
  1977. See also : Dialog
  1978. Box. 
  1979.  Find Dialog Box 
  1980. The Find dialog box contains an input box with a history list, a group of check boxes, and the standard OK, and Cancel buttons. 
  1981.  Text to Find 
  1982.                        
  1983. Enter the search string in the Text to Find input box and choose OK to begin the search, or choose Cancel to forget it. 
  1984. You can also enter ASCII codes directly from the keyboard - hold down Alt key, enter ASCII code from the numeric keypad and release Alt key. Using this method you can enter characters with ASCII codes between 32 and 255. 
  1985. In order to enter special characters (with ASCII codes < 32) first press Ctrl-K and then a combination of keys corresponding to that character, e.g.: 
  1986.  - Ctrl-K Ctrl-A gives character #1
  1987.  - Ctrl-K Ctrl-B gives character #2
  1988.  - Ctrl-K Ctrl-C gives character #3
  1989.  - Ctrl-K Ctrl-M gives character #13 (CR)
  1990. Press the Down arrow key if you want to show the history list associated with the input box. You can select a string from the history list by positioning the cursor on it and pressing <Enter> or by clicking on the item with a mouse. r
  1991. Options
  1992.  [X] Case sensitive     
  1993.  [X] Whole words only   
  1994. This group of check boxes governs the kind of strings that the editor searches for. q
  1995. Search
  1996.  [X] From Cursor        
  1997.  [X] From Start of Text 
  1998. This group of check boxes determines whether the Search starts from the current cursor position or from the beginning of the file. O
  1999. Regular Expressions
  2000.  [X] On/Off           
  2001. When Regular Expressions is checked on Vision Edit recognizes GREP-like
  2002. wildcards in the search string. 
  2003. See also : Dialog
  2004. Box. 
  2005.  Replace Dialog Box 
  2006. The Replace dialog box contains three input boxes with associated history lists, a group of check boxes, and the standard OK, and Cancel buttons. Z
  2007. Most components of the Replace dialog box are identical to those in the Find
  2008. dialog
  2009. box. 
  2010.  Text to Find 
  2011.                    
  2012. Enter the search string in the Text to Find input box and choose OK to begin the search, or choose Cancel to forget it. You can also enter ASCII codes directly from the keyboard - hold down Alt key, enter ASCII code from the numeric keypad and release Alt key. Using this method you can enter characters with ASCII codes between 32 and 255. 
  2013. In order to enter special characters (with ASCII codes < 32) first press Ctrl-K and then a combination of keys corresponding to that character, e.g.: 
  2014.  - Ctrl-K Ctrl-A gives character #1
  2015.  - Ctrl-K Ctrl-B gives character #2
  2016.  - Ctrl-K Ctrl-C gives character #3
  2017.  - Ctrl-K Ctrl-M gives character #13 (CR)
  2018. Press the Down arrow key if you want to show the history list associated with the input box. You can select a string from the history list by positioning the cursor on it and pressing <Enter> or by clicking on the item with a mouse. 
  2019.  New Text 
  2020.                        
  2021. Enter the replacement string in the New Text input box. You can also enter ASCII codes directly from the keyboard - hold down Alt key, enter ASCII code from the numeric keypad and release Alt key. Using this method you can enter characters with ASCII codes between 32 and 255. 
  2022. In order to enter special characters (with ASCII codes < 32) first press Ctrl-K and then a combination of keys corresponding to that character, e.g.: 
  2023.  - Ctrl-K Ctrl-A gives character #1
  2024.  - Ctrl-K Ctrl-B gives character #2
  2025.  - Ctrl-K Ctrl-C gives character #3
  2026.  - Ctrl-K Ctrl-M gives character #13 (CR)
  2027. You can also use the history list to the right of the box to select a string you've used previously. 
  2028. Options
  2029.  [X] Case sensitive     
  2030.  [X] Whole words only   
  2031.  [X] Prompt on Replace  
  2032.  [X] Replace all        
  2033. This group of check boxes governs the kind of strings that the editor searches for, and whether the replacement is automatic. Check Replace All if you want the editor to replace all occurrences of the search string found. q
  2034. Search
  2035.  [X] From Cursor        
  2036.  [X] From Start of Text 
  2037. This group of check boxes determines whether the Search/Replace starts from the current cursor position or from the beginning of the file. O
  2038. Regular Expressions
  2039.  [X] On/Off           
  2040. When Regular Expressions is checked on Vision Edit recognizes GREP-like
  2041. wildcards in the search string. 
  2042. See also : Dialog
  2043. Box. 
  2044.  GoToLine dialog box 
  2045. The GoToLine dialog box contains one input box with associated history list, and the standard OK, and Cancel buttons. d
  2046.  Enter line number 
  2047.  123 
  2048. On the input line you can enter the line number to which you want to jump directly. 
  2049.  Go To Page dialog box 
  2050. The Go To Page dialog box contains one input box with associated history list, and the standard OK, and Cancel buttons. d
  2051.  Enter page number 
  2052.  123 
  2053. On the input line you can enter the page number to which you want to jump directly. The cursor will be positioned at the top of the page. 
  2054.  Help on the Mouse Options dialog box 
  2055. This dialog box consists of one check box, one slider bar, and the standard buttons OK and Cancel. 
  2056.  Mouse Double Click       
  2057.  Slow     Medium     Fast 
  2058. The Mouse Double Click slider bar adjusts the double-click speed of your mouse. ^
  2059.  [X] Reverse Mouse Buttons 
  2060. Reverse Mouse Buttons makes the right mouse button take on the normal functions of the left--and vice versa. B
  2061.  See also:
  2062.  Options
  2063. Mouse...
  2064. command
  2065.  Dialog
  2066.  Help on the Colors dialog box 
  2067. The Colors dialog box consists of two list boxes, a text display area, the standard OK, Cancel, and Help buttons, and one of the following: 
  2068.  On color and black-and-white systems, it
  2069.    also contains two color palettes.
  2070.  On monochrome systems, it contains a set
  2071.    of radio buttons instead of the palettes.
  2072. This dialog box is where you can change the colors of different parts of this program. 
  2073.  Group 
  2074.    Desktop          
  2075.    Menus            
  2076.    Dialogs/Calc     
  2077.    Edit Window      
  2078.    Calendar         
  2079.    Ascii table      
  2080.                     
  2081. The Group list box contains the names of the different regions of the program that you can customize. L
  2082.  Item 
  2083.    Color            
  2084.                     
  2085. When you select a group from the Group list, the Item list box displays the names of the different views in that region. 
  2086.  Foreground 
  2087.  Background 
  2088. On color and black-and-white systems, you use the Foreground and Background palettes to modify colors. 
  2089.  Colors 
  2090. ) Mono low        
  2091.   ( ) Mono high       
  2092.   ( ) Mono underscore 
  2093.   ( ) Mono inverse    
  2094. On monochrome systems, you use the Colors set of radio buttons systems to modify the character attributes. Q
  2095.  Text Text Text 
  2096.  Text Text Text 
  2097. On all systems, the display text (above the Help button) shows the current color or attribute settings. 
  2098. Changes do not take effect on the desktop until you close the Colors dialog box by choosing OK. By selecting from the menu Options|Save
  2099. Options the current colors palette is saved into the options file (VED.OPT) and will be loaded automatically the next time you start Vision Edit. U
  2100. You can also Save
  2101. Colors
  2102. Palette to a separate file by clicking on the Save button. g
  2103. You can Load
  2104. Colors
  2105. Palette that have been previously saved in a file by clicking on the Load button. 
  2106. See also : Dialog
  2107. Box. 
  2108.  Save Colors Palette As dialog box 
  2109. This is a standard dialog for saving files. You have to type in a file name on the input line and then click on the OK button. This will save the current colors palette (from the Colors
  2110. dialog
  2111. box) to the file. If a file with the selected name exists it will be overwritten. #
  2112. Also see: Save
  2113. dialog
  2114.  Load Colors Palette dialog box 
  2115. This is a standard dialog for opening files. You have to type in a file name on the input line or select it from a list of files and then click on the OK button. This will load a colors palette from the file (previously created by saving
  2116. colors
  2117. file). The current colors palette in the Colors
  2118. dialog
  2119. box is replaced by the colors palette loaded from the file.  
  2120. Also see: Open
  2121. dialog
  2122.  Select File to Print Dialog Box 
  2123. The 'Select File to Print' dialog box contains an input box, a file
  2124. list, a file information panel, the standard button Cancel, one other action button (Open), plus a history list that's attached to the Name
  2125. input
  2126. box. i
  2127. If you click on Open button the selected file will be appended to the Print Queue (see: Print
  2128. Manager). 
  2129. See also : Dialog
  2130. Box. 
  2131.  Print Options Dialog Box 
  2132. This dialog box which allows setting various print parameters. It contains : - 1 set of radio buttons (DOS LPT port selection) : f
  2133.  LPT # 
  2134. ) LPT1  
  2135.   ( ) LPT2  
  2136.   ( ) LPT3  
  2137.   ( ) LPT4  
  2138. - 1 set of Eject check boxes : c
  2139.   - Eject a page Before printing (Yes if checked)
  2140.   - Eject a page After printing (Yes if checked)
  2141. - 1 set of Other Options check boxes ?
  2142.   - Use Headers/Footers (if checked headers and
  2143.     footers will be printed if specified with
  2144.     Print|Header and
  2145.     Print|Footer menu commands);
  2146.   - Stop After Every Page (if checked printing
  2147.     will stop after every page - in order to
  2148.     continue you have to click on Resume Printing
  2149.     button in Print
  2150. Manager;
  2151. - 5 input lines : 
  2152.   - Left Margin (in characters)
  2153.   - Page Length (in lines): the standard 
  2154.     page length on a letter-size paper is
  2155.     66 but some printers (e.g. DeskJet 500)
  2156.     have a 2-line-long unprintable area;
  2157.     for this reason the default page length
  2158.     is 64 lines;
  2159.   - Top Margin (in lines)
  2160.   - Bottom Margin (in lines)
  2161.   - Printer Initialization String (sent to a
  2162.     printer before printing a file):
  2163.     unprintable ASCII characters can be
  2164.     entered as <N> where N is an ASCII
  2165.     decimal code e.g. <27> means "Escape"
  2166. - 1 value box (unselectable): ;
  2167.   - Text Length = Page Length - Top Margin - Bottom Margin
  2168.  Preferences dialog box 
  2169. This dialog box allows you to set the Auto Save and Editor options, TAB settings, as well as the screen mode. 
  2170. It contains: 
  2171. - 3 Auto Save check boxes : j
  2172.  Auto Save 
  2173.  [X] Desktop  
  2174.  [X] Options  
  2175.  [X] Backup   
  2176. If a Desktop box is checked Vision Edit saves Desktop in VED.DSK file. If VED.DSK file exists Desktop will be restored automatically on the startup. 
  2177. If a Options box is checked Vision Edit saves Options in VED.OPT file. If VED.OPT file exists Options will be restored automatically on the startup. Options include all settings of this dialog box. 
  2178. If Backup box is checked Vision Edit will always save the last version of the edited file giving it the same name with BAK extension. #
  2179. (also see : Options|Save
  2180. Options)  
  2181. - 4 Edit Options check boxes : 
  2182.  Edit Options
  2183.  [X] Auto Indent      
  2184.  [X] Auto Wrap        
  2185.  [X] Justification    
  2186.  [X] Show Page Breaks 
  2187. If Auto Indent is checked, after you press Enter key the cursor will be positioned on a new line and below the first word of the previous line. 
  2188. If Auto Wrap is checked, the cursor will move automatically to the next line after you reach the right margin (last word will be moved to the new line). If, at the same time, Auto Indent is checked the cursor will be positioned below the first word of the previous line. 
  2189. If justification is checked text will be justified (aligned to both left and right margin). Justification is applied in two cases: ^
  2190. - if Auto Wrap is on and a word is moved to the next line (after reaching the right margin); X
  2191. - if you Reformat
  2192. Paragraph all lines but the last one of the paragraph are justified. L
  2193. If Show Page Breaks is checked the last line on each page is shown in a different color (default: yellow text on red background). Page Breaks are calculated according to the Number of Lines per Page setting in Print
  2194. Options
  2195. dialog
  2196. box. You can change the color in which page breaks are displayed using Options|Colors
  2197. command. (
  2198. - 1 set of Screen Size radio buttons : e
  2199.  Screen Size 
  2200. ) 25 lines    
  2201.   ( ) 43/50 lines 
  2202. If you have a EGA/VGA graphics adapter you can display 43/50 lines on the screen (if you have a VGA card which supports other text modes e.g. 132 columns see: Options|Change
  2203. Screen
  2204. Mode); 
  2205. - 1 input line : K
  2206.                 
  2207.   Right Margin: 
  2208.   78  
  2209.                 
  2210. It allows you to select the Right Margin Setting. )
  2211. - 1 set of Right Margin radio buttons : 
  2212.  Right Margin: 
  2213. ) Use window's size   
  2214.   ( ) Use margin setting  
  2215. If you select "Use window's size" then a window's right edge will be assumed to be a right margin for Reformat Paragraph and Auto Wrap functions. If you select "Use margin setting" then a Right Margin  set on the above input box will be used as a right margin for Reformat  Paragraph and Auto Wrap functions. (
  2216. - 1 set of Screen Size radio buttons : 
  2217.  TABs 
  2218. ) Use Spaces - smart TABs
  2219.   ( ) Use TAB characters     
  2220. If you select Use Spaces, whenever you press TAB key the appropriate number of spaces will be inserted. This option is useful for programmers since the cursor will move to the position under the next word of the previous line. If you select Use TABs, TAB character will be used (ASCII code #9) when you press a TAB key. 
  2221. - 1 input line : C
  2222.              
  2223.   TAB width  
  2224.   8   
  2225.              
  2226. It allows you to select the width of TABs. F
  2227. - 1 set of Indent Mode radio buttons and Indent Str/Char input line: 
  2228.  Indent Mode 
  2229.       Indent Str/Char
  2230. ) ASCII code  
  2231.       
  2232.   ( ) String      
  2233.       
  2234.  32          
  2235.       
  2236. If you select ASCII code then the following Indent Str/Char input line has a meaning of an ASCII code of a character. This character will be inserted in front of all selected lines when you use Block Indent function (Ctrl-K I). The default is the Space character (ASCII code #32). If you select String then the following Indent Str/Char input line has a meaning of a string of characters. This string will be inserted in front of all selected lines when you use Block Indent function (Ctrl-K I). The Default button below restores the default Indent Mode to  ASCII code and the Indent Str/Char to #32 (space). When you are editing text  you can return to the default mode by pressing Ctrl-K followed by the space. )
  2237. - 1 set of <ENTER> Char radio buttons : ~
  2238.  <ENTER> Char 
  2239. ) CR + LF     
  2240.   ( ) CR          
  2241.   ( ) LF          
  2242. If you select CR+LF (default) every time you press the <ENTER> key a sequence of CR (ASCII code #13) and LF (ASCII code #10) characters is inserted into a text (standard for most applications). w
  2243. If you select CR every time you press the <ENTER> key only the CR (ASCII code #13) character is inserted into a text. 
  2244. If you select LF every time you press the <ENTER> key only the CR (ASCII code #10) character is inserted into a text (this convention is used on Unix systems).  J
  2245. These options work only if the below <ENTER> Mode is set to Insert Line. )
  2246. - 1 set of <ENTER> Mode radio buttons : e
  2247.  <ENTER> Mode 
  2248. ) Insert Line 
  2249.   ( ) Next Line   
  2250. If you select the Insert Line mode (default) every time you press the <ENTER> key a new line is inserted into a text (CR+LF, LF or CR characters are inserted depending on the above <ENTER> Char setting). When you select the Next Line mode no new lines are inserted after you press the <ENTER> key. Instead a cursor moves to the beginning of a next line (or if Auto Indent is set a cursor is positioned below the first non-blank character). /
  2251. - 1 set of <Right Arrow> Mode radio buttons : }
  2252.  <Right Arrow> Mode 
  2253. ) Append Spaces     
  2254.   ( ) Go to Next Line   
  2255. This set of radio buttons determines the behaviour of the Right Arrow key when the cursor is positioned at the end of a line. If Append Spaces is selected a space is appended to the end of a line each time the Right Arrow key is pressed (when the cursor is at the end of a line). 
  2256. If Go to Next Line is selected, pressing the Right Arrow key (when the cursor is at the end of a line) will move the cursor to the beginning of a next line. 
  2257. Also, if Go to Next Line is selected, pressing the Left Arrow key (when the cursor is at the beginning of a line) will move the cursor to the end of a previous line. +
  2258. - 1 set of <Del Key> Mode radio buttons : }
  2259.  <Del Key> (for blocks)
  2260. ) Delete Block      
  2261.   ( ) Delete Character  
  2262. This set of radio buttons determines the behaviour of the Del key when a block is selected. If Delete Block is set then pressing the Del key will result in deleting a selected block. If Delete Character is set then pressing the Del key will result in deleting a character (you can still delete a selected block using Ctrl-Del). +
  2263. - 1 set of <End Key> Mode radio buttons : 
  2264.  <End Key> 
  2265. ) Delete Spaces       
  2266.   ( ) Do not Delete Spaces
  2267. This set of radio buttons determines if pressing the End key will result (in addition to moving the cursor to the end of a line) in removing all spaces at the end of a line (after the last non-blank character). 
  2268.  Save Block As dialog box 
  2269. The 'Save Block as' dialog box contains an input box, a file
  2270. list, a file information panel, two standard Cancel and OK) buttons, plus a history list that's attached to the Name
  2271. input
  2272. box. P
  2273. You can enter the file name on the input line or select it from the file list. 
  2274. See also : Dialog
  2275. Box. 
  2276.  Create Macro dialog box 
  2277. The 'Create Macro' dialog box contains an input box, a file
  2278. list, a file information panel, two standard Cancel and OK) buttons, plus a history list that's attached to the Name
  2279. input
  2280. box. 
  2281. You can enter the file name on the input line or select it from the file list. If you enter an existing file name that file will be overwritten. After 'Create Macro' dialog box is closed Macro Recording begins. 
  2282. See also : Dialog
  2283. Box, 
  2284.            Start
  2285. Macro,
  2286.            End
  2287. Macro,
  2288.            Load
  2289. Macro,
  2290.            Execute
  2291. Macro,
  2292.            Suspend
  2293. Macro,
  2294.            Continue
  2295. Macro
  2296.  Open Macro dialog box 
  2297. The 'Open Macro' dialog box contains an input box, a file
  2298. list, a file information panel, two standard Cancel and OK) buttons, plus a history list that's attached to the Name
  2299. input
  2300. box. h
  2301. It also displays at the bottom a macro description which can be entered when a macro is being created. 
  2302. You can enter the file name on the input line or select it from the file list. If the file with the name you have entered does not exist 'Open Macro' dialog box will be closed and no action will be taken. If the file exists it will be opened as a macro file. 
  2303. See also : Dialog
  2304. Box, 
  2305.            Start
  2306. Macro,
  2307.            End
  2308. Macro,
  2309.            Load
  2310. Macro,
  2311.            Execute
  2312. Macro,
  2313.            Suspend
  2314. Macro,
  2315.            Continue
  2316. Macro
  2317.  Repeat Macro dialog box 
  2318. You can specify here how many times the selected macro will be repeated. The default value is 1. 
  2319.  Macro Description dialog box 
  2320. You can enter here a short description of the functions performed by a newly created macro. This description will later be displayed on the bottom line of the Open
  2321. Macro dialog box. The description can be up to 128 characters long. 
  2322.  Set Options Dialog Box 
  2323. This dialog box allows you to set the Direction of editing, the Ascii Table (which codes will correspond to which keys) and also the Push Mode. 
  2324. It contains: !
  2325. -Edit Direction radio buttons : i
  2326.  Edit Direction 
  2327. ) left->right   
  2328.  ( ) right->left   
  2329. When left->right is marked then cursor moves from left to right. When right->left is marked then cursor moves from right to left Second setting usable for languages like Hebrew or Arabic. 
  2330. -Table radio buttons : 
  2331.  Table (Switch Ctrl-Q-T)
  2332. ) Ascii Regular         
  2333.  ( ) Ascii Converted       
  2334. When Ascii Regular is marked then editor uses standard Ascii codes. When Ascii Converted is marked then editor uses alternative table which has been defined previously. Before you want to use Ascii Converted option you have to define Ascii Converted table using Define
  2335. Translation
  2336. Table dialog box or you can load Converted Table from any *.TAB file by invoking Config|Load
  2337. Table item from menu. 
  2338. -Push Mode radio buttons : U
  2339.  Push Mode 
  2340.  ( ) Enable   
  2341. ) Disable  
  2342. This option enables mixing the directions of editing. +
  2343. Some Possible settings: (1) - left->right -
  2344.       Ascii Regular
  2345.       Push Disable    : 
  2346. You can edit files in a standard way. 
  2347. (2) - left->right .
  2348.       Ascii Converted
  2349.       Push Disable    :
  2350. You can edit files in a standard way but VED uses alternative table. You can switch between (1) and (2) modes by pressin Ctrl-Q-T hot keys. 
  2351. (3) - left->right ,
  2352.       Ascii Converted
  2353.       Push Enable   :
  2354. You can push characters (from alternative table) to the right. You can switch between (3) and (1) modes by pressin Ctrl-Q-T hot keys. 
  2355. (4) - right->left ,
  2356.       Ascii Converted
  2357.       Push Enable   :
  2358. Editing starts from right side and cursor moves from rigth to left (for  languages like Hebrew, Arabic). 
  2359. (5) - right->left *
  2360.       Ascii Regular
  2361.       Push Enable   :
  2362. You can push characters to the left. You can switch between (4) and (5) modes by pressin Ctrl-Q-T hot keys. 
  2363. (6) - right->left -
  2364.       Ascii Converted
  2365.       Push Disable   :
  2366. Editing starts from right side and cursor moves from rigth to left (for languages like Hebrew, Arabic). 
  2367. Also see: Load
  2368. Table, ?
  2369.           Define
  2370. Translation
  2371. Table,
  2372.           Mode
  2373. Direction
  2374.  Define Translation Table 
  2375. This dialog box allows you to create The Ascii Converted Table. There are the Standard Ascii Chart from which you can send codes to input boxes, columns of input boxes for entering new characters or symbols, Send button (for sending the chosen symbol from the Ascii Chart to the active input box), and the standard buttons ( Cancel, OK, Help ). "
  2376. One way of creating a new table: 6
  2377. (1) - activate an input box ( you can use a Mouse ); x
  2378. (2) - choose a symbol from the Ascii Chart ( only if you have a mouse ) which you want to put in the active input box; q
  2379. (3) - press the button SEND, the previous symbol is replaced by a new one, and the next input box is activated. 
  2380. Now you can repeat action from the point (2) if you want to change the symbol of the following input box or you can start from the point (1). &
  2381. Second way of creating a new table : l
  2382. (1) - activate an input box (use TAB key for forward direction and Shift-TAB keys for backward direction); [
  2383. (2) - use <Alt>-<Numeric-Keypad> sequencies for entering symbols. Repeat action from (1). L
  2384. When you define the whole Converted Table press button OK. This command displays Create
  2385. Table
  2386. File dialog box. You have to enter a name of the table file in which the table will be stored. The default table file extension is TAB. This table is active and can be used by VED. Next time this table can be loaded from the table file. 
  2387. Also see: Load
  2388. Table, S
  2389.           Mode
  2390. Direction,
  2391.           Set
  2392. Options
  2393.           Set
  2394. Options
  2395. Dialog
  2396.  Create Table dialog box 
  2397. The 'Create Table' dialog box contains an input box, a file
  2398. list, a file information panel, two standard Cancel and OK) buttons, plus a history list that's attached to the Name
  2399. input
  2400. box. 
  2401. You can enter the file name on the input line or select it from the file list. If you enter an existing file name that file will be overwritten. 
  2402.  Open Table dialog box 
  2403. The 'Open Translation Table' dialog box contains an input box, a file
  2404. list, a file information panel, two standard Cancel and OK) buttons, plus a history list that's attached to the Name
  2405. input
  2406. box. 
  2407. You can enter the file name on the input line or select it from the file list. If the file with the name you have entered does not exist 'Open Translation Table' dialog box will be closed and no action will be taken. If the file exists it will be opened as a table file. 
  2408.  Header/Footer dialog box 
  2409. Header/Footer dialog box allows to easily create headers and footers. 
  2410. After you create a header or footer do not forget to check the Use Headers/Footers check box in a Print
  2411. Options
  2412. dialog
  2413. box if you want the header and/or footer to be printed. 
  2414. The easiest way to create a header/footer is to press a Default button what will create a standard header/footer containing: Page Number, File Name, System Date, and File Creation Date. 
  2415. If you do not like the standard layout you can edit the Header/Footer Window. Text entered from the keyboard will be printed exactly as it looks on the screen. 
  2416. In addition to plain text you can include in your headers/footers the following: Page Numbers, File Name, System Date and File Creation Date by pressing the appropriate buttons. You can quickly clear the Header/Footer Window by pressing Blank button. 
  2417. You can move a selected word (a word which includes the cursor) by pressing Left, Center, and Right buttons. You can move in the same way more than 1 word by highlighting text with a mouse. U
  2418. You can Write a newly created header and footer to a file by pressing Write button. Z
  2419. You can Read a previously created header and footer from a file by pressing Read button. T
  2420. All buttons can be selected either with a mouse or with a Alt-Hot Key combination. 
  2421.  Run Program dialog box 
  2422.  This dialog box contains:
  2423.  1) 2 input lines:
  2424. - Program Name: you have to specify here a full name of a program or DOS external command that you want to execute including the path and extension; k
  2425. - Parameters: here you can specify parameters that will be passed to the program or DOS external command; 
  2426.  2) "Save files" check box:
  2427. - it is strongly recommended that you leave this option on (all modified files will be saved automatically before calling external program); "
  2428.  3) Installed Programs list box:
  2429. - it contains a list of programs installed in Vision Edit and saved in the options file (VED.OPT); you can select a program from the list by clicking on the program name with a mouse; 
  2430.  4) Add button:
  2431. - in order to add a program to the list of installed programs enter the program name (including full path) on the Program Name input line and click on the Add button; 
  2432.  5) Remove button:
  2433. - by clicking on this button you can remove a selected program from the list of Installed Programs; 
  2434.  6) Run button:
  2435. - closes the dialog box and runs the program from the Program Name input line passing to it parameters from the Parameters input line; 
  2436.  Examples:
  2437. - Program Name: c:\drdos\xdel.exe, Parameters: *.bak. C
  2438. - Program Name: c:\tp\tpc.exe, Parameters: c:\tp\test\myprog.pas. A
  2439. The dialog box also contains standard Cancel, and Help buttons. 
  2440.  Run Spelling Checker dialog box 
  2441.  This dialog box contains 2 input lines:
  2442. - Programm Name: you have to specify here a full name of a Spelling Checker program m
  2443. - File Name: here you can enter a name of a file to be checked (default name - file name of the top window) 
  2444. - "Save files" check box - it is strongly recommended that you leave this option on (all modified files will be saved automatically before calling external program); 
  2445. Examples: 9
  2446.  - Program Name: c:\ved\ss.exe
  2447.  - File Name: myfile.txt.
  2448. The dialog box also contains standard GO, Cancel, and Help buttons. 
  2449.  File List dialog box 
  2450. Displays names of all open files. In order to select a file highlight the appropriate file name using Up/Down arrow keys or a mouse and press OK button. =
  2451. The selected file will be brought to the to of the desktop. 
  2452.  Commands Mode dialog box 
  2453. This dialog box contains one set of radio buttons which allows switching between Vision Edit commands and user-defined commands. 
  2454. Also see: 1
  2455.   Config|Define
  2456. Commands,
  2457.   Config|Load
  2458. Commands
  2459.  Define Commands dialog box 
  2460. The dialog box contains: 
  2461. 1) ListBox - displays all commands of VED for which hot keys can be redefined (you can use Mouse,or arrows, PgUp, PgDn, Home, End keys in order to move highlighted bar among commands); d
  2462. 2) Two Input Lines - in those lines the current shortcuts are displayed for a highlighted command. 
  2463. 3) Buttons - 'Modify-1' button: when pressed, you can modify first shortcut (you can press key '1' and the same command will be generated); s
  2464. 'Modify-2' button: when pressed, you can modify second shortcut (you can press key '2' to generate this command); Q
  2465. 'Clear-1','Clear-2' buttons: to delete current hot key for highlighted command; <
  2466. 'Clear-All' button: deletes hot keys for all VED commands; 
  2467. 'OK' button: when you finish modification and you press this button you can save your hot keys in a file (default extension .CMD); Z
  2468. Cancel button: when pressed changes will not be saved and the dialog box will be closed. j
  2469. 4) Below horizontal line there are buttons (arranged like a keyboard) which allow you to define your hot keys. At the beginnig they are deactivated. When you press 'Modify-1' or 'Modify-2' button some of those buttons are activated. Activated buttons show the way in which new hot keys can be defined (which keys can be at the first,second,and third position). 
  2470.  How to define new hot keys:
  2471.  -highlight the command in List Box;
  2472.  -press 'Modify-1',or 'Modify-2' button;
  2473.   if command is included in Menu, Status
  2474.   Line, or Pulldown Menus and you have
  2475.   chosen 'Modify-1' the new shortcut will
  2476.   overwrite the old one.
  2477.  ! NOW YOU SHOULD USE BUTTONS BELOW !
  2478.  ! THE HORIZONTAL LINE !
  2479.  -choose the first key;
  2480.  -choose the second key (if allowed);
  2481.  -choose the third key  (if allowed);
  2482.  -the modification ends automatically
  2483.   when the key is pressed and this key
  2484.   ends possible shortcut;
  2485.  -if the shortcut is used by another
  2486.   command the Inform window will be
  2487.   displayed asking if you want to save
  2488.   new shortcut and delete old one or
  2489.   descard changes and return to previous
  2490.   situation;
  2491.  -if you do not have a mouse you can use the
  2492.   corresponding keys from your keyboard;
  2493. Possible shortcuts: 
  2494.   One Key: F1 - F10, Delete, End, Home, PgUp,
  2495.                 PgDn, DownArr, UpArr, LeftArr,
  2496.                 RigthArr, BackSpace, Insert
  2497.   Two Keys: Shift-F1,..,F10     Alt-F1,..,F10
  2498.             Shift-Ins           Alt-A,..,Z
  2499.             Shift-Tab           Alt-Space
  2500.             Shift-Delete        Alt-Minus
  2501.                                 Alt-Equal
  2502.             Ctrl-A..Z (without I,Q,K)
  2503.             Ctrl-Insert
  2504.             Ctrl-Home
  2505.             Ctrl-PgUp
  2506.             Ctrl-PgDn
  2507.             Ctrl-Delete
  2508.             Ctrl-End
  2509.             Ctrl-RightArr,LeftArr
  2510.             Ctrl-DownArr,UpArr
  2511.             Ctrl-BackArr
  2512.   Three Keys: Ctrl-K-A..Z   Ctrl-Q-A..Z
  2513.               Ctrl-K-[      Ctrl-Q-[
  2514.               Ctrl-K-]      Ctrl-Q-]
  2515.               Ctrl-K-Space  Ctrl-Q-Space
  2516.  How to use new shortcuts:
  2517.  -first define your shortcuts;
  2518.  -save them in a file (.CMD extension);
  2519.  -from 'Config' choose 'Load Commands'
  2520.   item and load your ??.CMD file;
  2521.  -from 'Config' choose 'Mode Commands' and
  2522.   mark 'Use new Commands';
  2523.  -save VED options if you want Editor to
  2524.   start with the same setting;
  2525.  -if you are in a 'Use new Commands' mode
  2526.   and you open 'Define Commands' dialog box
  2527.   then you can modify your short cuts and
  2528.   save then in a new or old file.
  2529. Also see: /
  2530.   Config|Commands
  2531. Mode,
  2532.   Config|Load
  2533. Commands
  2534.  Load Commands dialog box 
  2535. This dialog box is a standard File
  2536. dialog
  2537. box which allows you to load a previously defined commands from a file. /
  2538. A default extension for command files is CMD. |
  2539. Before you can load commands from a file first you have to create a command file using Config|Commands Mode menu function. 
  2540. Also see: 1
  2541.   Config|Commands
  2542. Mode,
  2543.   Config|Define
  2544. Commands
  2545.  Create New Command File As dialog box 
  2546. This dialog box is a standard Save
  2547. dialog
  2548. box which allows you to store newly defined commands in a file. /
  2549. A default extension for command files is CMD. h
  2550. After you store your commands in a file you can load them by using Config|Load Commands menu function. 
  2551. Also see: /
  2552.   Config|Commands
  2553. Mode,
  2554.   Config|Load
  2555. Commands
  2556.  Screen Blanker dialog box 
  2557. This dialog box allows you to set the following screen blanker options: 
  2558. 1) Blank After - enter the time (in minutes) after which the screen will be blanked if neither key is pressed nor mouse is used during that period; o
  2559. 2) Pixels Number - enter number of pixels that will be displayed during blankout periods (0 means no pixels); n
  2560. 3) Sound On/Off - if you check this input box thunder-like sounds will be generated during blankout periods. G
  2561. You can test the settings immediately by clicking on the Test button. 
  2562. See also : Dialog
  2563. Box. 
  2564.  Directories dialog box 
  2565. 'Directories' dialog box contains : 
  2566.  radio buttons :
  2567.  Save Desktop in        
  2568. ) Current Directory 
  2569.   ( ) Options Directory 
  2570. If you select 'Current Directory' VED.DSK (desktop) file will be stored in the current directory. If you select 'Options Directory' the desktop file will be stored always in the same directory as the Options file (in the Vision Edit home directory). !
  2571. Also see: Options|Save
  2572. Desktop, 
  2573.           Options|Save
  2574. Options
  2575.  Date Formats dialog box 
  2576. Allows selecting a date format for the Insert
  2577. Date command. The Date Formats dialog box contains: i
  2578.  Date Format radio buttons :
  2579.  Date Format            
  2580. ) 01/31/93          
  2581.   ( ) 01/31/1993        
  2582.   ( ) 93/01/31          
  2583.   ( ) 1993/01/31        
  2584.   ( ) January 31, 93    
  2585.   ( ) January 31, 1993  
  2586.   ( ) Jan. 31, 93       
  2587.   ( ) Jan. 31, 1993     
  2588. It shows all supported date formats - you have to select one of them. 
  2589.  Upper Case check box:
  2590.  Upper Case         
  2591.   [ ] On / Off      
  2592. If you check the Upper Case box the name of the month will be converted to upper case e.g. : JAN. 31, 93 (relevant only for last 4 formats). 
  2593.  Date Type radio buttons :
  2594.  Date Type              
  2595. ) System Date       
  2596.   ( ) File Creation Date
  2597. If you select the System Date, your current system date will be used. If you select the File Creation Date, the date of creation of the file which is edited will be used (if the file is new system date will be used). 
  2598.  Sort Lines dialog box 
  2599. Sort Lines dialog box is open by KeyCmds|Block
  2600. Commands|Sort
  2601. Lines menu command. "
  2602. Sort Lines dialog box contains : 
  2603.  Sort Order radio buttons:
  2604.   Sort Order          
  2605. ) Ascending       
  2606.   ( ) Descending      
  2607. If you select Ascending sort order lines will be sorted in ascending order (A..Z). If you select Descending sort order lines will be sorted in descending order (Z..A). 
  2608.  Sort Options check boxes:
  2609.   Sort Options           
  2610.   [ ] Case Sensitive     
  2611.   [ ] Remove Blank Lines 
  2612. Case Sensitive check box determines if the sort will be case-sensitive (default) or not (box unchecked). If Remove Blank Lines is checked empty lines will be removed from the sorted file or block. Lines are considered empty if they do not have any characters except the New Line character - lines containing only spaces are not considered empty. 
  2613. If you click on Cancel button (or press <Esc>) the sort will be canceled. If you click on OK button lines of the file (open in the topmost window) will be sorted. If the file is large the sort can take quite a while. You can interrupt the sort by pressing <Esc>. 
  2614. See also : Dialog
  2615.  Delete Macro dialog box 
  2616. The dialog box displays the List of Macros from the Macro Menu. You can delete a Macro from the list by selecting it and clicking on a Delete button. 
  2617. See also : Dialog
  2618.  Modify Character/String dialog box 
  2619. The Modify Character/String dialog box contains: 
  2620.  - 3 standard buttons: OK, Cancel, Help;
  2621.  - Character or String input line:
  2622.              
  2623.    Character 
  2624.              
  2625.           
  2626.    String 
  2627.                    
  2628.           
  2629. Enter the character (or string) into the Character (or String) input box and choose OK to accept the new character, or choose Cancel to forget it. 
  2630. You can also enter ASCII codes directly from the keyboard - hold down Alt key, enter ASCII code from the numeric keypad and release Alt key. Using this method you can enter characters with ASCII codes between 32 and 255. 
  2631. In order to enter special characters (with ASCII codes < 32) first press Ctrl-K and then a combination of keys corresponding to that character, e.g.: 
  2632.  - Ctrl-K Ctrl-A gives character #1
  2633.  - Ctrl-K Ctrl-B gives character #2
  2634.  - Ctrl-K Ctrl-C gives character #3
  2635.  - Ctrl-K Ctrl-M gives character #13 (CR)
  2636. See also : Dialog
  2637.  Macro Editor dialog box 
  2638. Macro Editor dialog box allows you to view, delete, modify, and insert macro commands. If your macro file is too large it will be truncated (a warning message will be displayed). Macro Editor in the Protected Mode version of Vision Edit (VED286.EXE) can handle much larger macro files. 
  2639. Macro Editor contains: 
  2640.  - a list of all Macro Commands
  2641.    read from the opened macro file:
  2642. <NEW FILE>                      
  2643. <FIND> ABCD                     
  2644. <MARK BLOCK BEGINNING>          
  2645. <PAGE DOWN>                     
  2646.   .     .                          
  2647.   .     .                          
  2648.   .     .                          
  2649.                                 
  2650. You can scroll through the list using either a mouse and the scroll bar or using standard keys (arrow keys,PgUp, PgDn, Home, End, etc.). The names of commands are similar to the corresponding menu commands. 
  2651.  - the following buttons:
  2652.  Delete 
  2653. Deletes the highlighted command. %
  2654.  Modify 
  2655. Allows modification of only some macro commands (those having arguments). Depending on the macro command a different dialog box is displayed e.g. <FIND> command displays a standard Find
  2656. dialog
  2657. box where you can modify search options as well as the search text. %
  2658.  Insert 
  2659. Displays Select
  2660. Macro
  2661. Command
  2662. dialog
  2663. box from which you can select a new Macro Command. A selected command is inserted at the current (highlighted) position. Two commands deserve special attention - they can only be inserted from the Macro Editor: I
  2664. 1) Insert String - you can insert a sequence of characters all at once. 0
  2665. 2) Execute Macro - allows you to execute a macro from within a macro (nested macros). You can nest macros to any level - limited only by the available memory. Using this capability you can create a number of small, sigle-function macros and then combine them to larger macros performing specific tasks. %
  2666.  Save   
  2667. Saves the edited list of macro commands to a file. If the file does not have a name (UNTITLED) a Create
  2668. Macro
  2669. dialog
  2670. box is displayed where you can enter the file name. %
  2671.  Open   
  2672. Closes the current macro file and displays Open
  2673. Macro
  2674. dialog
  2675. box where you can select a new macro file for editing. %
  2676.  New    
  2677. Closes the current macro file and displays the empty macro command list. You can insert new macro commands using Insert button and then save it using Save button to a new macro file. %
  2678.  Close  
  2679. Closes the Macro Editor dialog box. If the edited file has been modified you will have a chance to save it. %
  2680.  Help   
  2681. Displays this help screen. 
  2682. See also : Dialog
  2683.  Select Macro Command dialog box 
  2684. This dialog box allows you to select a macro command that will be inserted into the edited macro file. It contains: 
  2685.  - a list of all Macro Commands:
  2686. <NEW FILE>                      
  2687. <FIND> ABCD                     
  2688. <MARK BLOCK BEGINNING>          
  2689. <PAGE DOWN>                     
  2690.   .     .                          
  2691.   .     .                          
  2692.   .     .                          
  2693.                                 
  2694. You can scroll through the list using either a mouse and the scroll bar or using standard keys (arrow keys,PgUp, PgDn, Home, End, etc.). The names of commands are similar to the corresponding menu commands. *
  2695.  - 3 standard buttons: OK, Cancel, Help;
  2696.  - 2 columns of Command Selection buttons:
  2697. The buttons allow selective display of commands e.g. the Search button displays commands related to searching (found in the Search Menu). The All button displays a list of all macro commands. 
  2698. Most macro commands correspond directly to commands found in the pull-down menus and they are displayed in the same order. Two special commands (not found in the menus) are : 
  2699.  - <INSERT CHAR> - inserts a character into
  2700.    the open Edit Window at the cursor position;
  2701.  - <INSERT STRING> - allows entering several
  2702.    characters at once;
  2703. See also : Dialog
  2704.  Search for File(s) with Text dialog box 
  2705. The Search for Files with Text dialog box contains: 7
  2706. 1) input box with a history list for entering a text. g
  2707. 2) input box with a history list for entering File Mask (in which file(s) a text should be searched). 
  2708. 3) input box with a history list for entering directory from which search should start. (first it checks files in current directory and then it looks for the text in all subdirectories) /
  2709. 4) the standard OK, Help, and Cancel buttons. 
  2710. Enter the search string in the Text to Find input box, the file wildcard in the File Mask input box, and the directory from which search should start. Choose OK to begin the search, or choose Cancel to forget it. Results will be displayed in Search
  2711. dialog
  2712.  Search for File(s) dialog box 
  2713. The Search for File(s) dialog box contains: 9
  2714. 1) input box with a history list for entering File Mask 
  2715. 2) input box with a history list for entering directory from which search should start. (first it checks file's names in current directory and then it looks for the files in all subdirectories) /
  2716. 3) the standard OK, Help, and Cancel buttons. 
  2717. Enter the file wildcard in the File Mask input box and the directory from which search should start. Choose OK to begin the search, or choose Cancel to forget it. Results will be displayed in Search
  2718. File dialog box. 
  2719.  Select Files dialog box 
  2720. The Select File(s) dialog box contains: 
  2721.  1) Choose Option radio buttons:
  2722.   (.) Wildcard                 
  2723.   ( ) Date (after)             
  2724.   ( ) Date (before)            
  2725.   ( ) Wildcard & Date (after)  
  2726.   ( ) Wildcard & Date (before) 
  2727.   ( ) Clear                    
  2728.   ( ) Reverse                  
  2729.  Here you can specify what should be
  2730.  considered during the selection of files.
  2731. 2) input box with a history list for entering file mask (wildcard). Only important when you choose option which includes Wildcard 
  2732. 3) three input boxes for entering a date M(Month), D(Day), Y(Year). Only important when the program should consider the date of the last change made in the file during selection. /
  2733. 4) the standard OK, Help, and Cancel buttons. 
  2734. In accordance with the chosen option fill the input boxes (date or wildcard or both). Choose OK to begin the selection, or choose Cancel to forget it. Results will be displayed in a File
  2735. Manager dialog box. There will be '
  2736. ' sign before the name of each selected file in the File
  2737. Panel
  2738. Viewer area. If you choose 'clear' option then all selected files will be unmarked (sign '
  2739. ' disappears). 
  2740.  Delete Which dialog box 
  2741. The Delete Which dialog box contains: q
  2742. 1) there is a question which file(s) should be taken for deletion. Below are buttons which allow you to answer. S
  2743. 2) button 'Marked': when you choose this button all marked files will be deleted. X
  2744. 3) button 'Current': when you choose this button the highlighted file will be deleted. +
  2745. 4) the standard Help, and Cancel buttons. 
  2746.  File(s) For Opening 
  2747. The Open Which dialog box contains: p
  2748. 1) there is a question which file(s) should be taken for opening. Below are buttons which allow you to answer. |
  2749. 2) button 'Add Marked': when you choose this button all marked files from the File
  2750. Panel
  2751. Viewer will be added to the list. 
  2752. 3) button 'Add Current': when you choose this button currently highlighted file from the File
  2753. Panel
  2754. Viewer will be added to the list. 
  2755. 4) button 'Remove': when you press this button a highlighted file will be removed from the list (if there is any). You can also remove a file by double clicking on a file. '
  2756. 5) the standard Help, and OK buttons. ,
  2757. When you choose button 'Add Marked' or 'Add Current' appropriate files from the File
  2758. Panel
  2759. Viewer will be added to the list. When you leave File Manager (by pressing button 'Close') all files from the list will be opened. If you leave File Manager by pressing 'Esc' key then no file will be opened. 
  2760.  Confirm File Deletion dialog box 
  2761. The Confirm File Deletion dialog box contains: N
  2762. 1) the name of the file which will be deleted if you choose the button 'Yes' ,
  2763. 2) button 'Yes' continues deletion process )
  2764. 3) button 'No' cancels deletion process 
  2765.  Confirm Directory Deletion dialog box 
  2766. The Confirm Directory Deletion dialog box contains: 
  2767. 1) the name of the Directory (highlighted directory from the Directory
  2768. Panel
  2769. Viewer) which will be deleted if you choose the button 'Yes'. ,
  2770. 2) button 'Yes' continues deletion process )
  2771. 3) button 'No' cancels deletion process 
  2772.  Make Subdirectory dialog box 
  2773. The Make Subdirectory dialog box contains: ~
  2774. 1) the name of the Directory in which a subdirectory will be created if you enter the correct name and press the button 'OK' =
  2775. 2) Input line where you can enter the name of subdirectory. *
  2776. 3) button 'OK': creates the subdirectory %
  2777. 4) button 'Cancel': cancels process 
  2778.  Copy dialog box 
  2779. The Copy File(s) dialog box contains: ;
  2780. 1) input box with a history list for entering destination /
  2781. 2) the standard OK, Help, and Cancel buttons. y
  2782. Enter the destination where selected files should be copied. Choose OK to start copying, or choose Cancel to forget it. 
  2783.  File's Panel Preferences dialog box 
  2784. The File's Panel Preferences dialog box contains: 
  2785. 1) input box with a history list for entering File Mask (files which match the wildcard will be displayed in the File
  2786. Panel
  2787. Viewer) v
  2788. 2) check box Show Hidden/System. When checked the hidden and system files will be displayed in the File Panel Viewer 
  2789. 3) sort by radio buttons: 
  2790.  - Name : names of files are considered
  2791.  - Extension : extensions of files are considered
  2792.  - Size : sizes of files are considered
  2793.  - Date/Time : dates of creation(last changes)
  2794.     are considered.
  2795. 4) sort order radio buttons: 
  2796.  - Ascending : files will be sorted
  2797.    in ascending order (A..Z)
  2798.  - Descending : files will be sorted
  2799.    in descending order (A..Z)
  2800. 5) the standard OK, Help, and Cancel buttons. 
  2801. Enter the file wildcard in the File Mask input box. Mark radio buttons in 'Sort By' and 'Sort Order' boxes. Press OK button when you want the display in the File
  2802. Panel
  2803. Viewer be updated, or choose Cancel to discard changes. 
  2804.  Text Search dialog box 
  2805. The Text Search dialog box contains: 
  2806. 1) the Files List box which lists the names of files containing the text. By double clicking the mouse on the name of the file you can mark file for opening. There will be "
  2807. " sign before the name. You can also mark selected file by pressing 'Open' button. L
  2808. 2) the View Window which displays part of the file with the selected text. 
  2809. 3) information lines: ]
  2810.  - Text to find: what text is searched for
  2811.  - Search mask: wildcard which
  2812.    matches file names
  2813.  - Starting directory: from which
  2814.    directory search should start
  2815.  - Files with text: number of files in
  2816.    which text was found
  2817.  - Files matching mask: number of files
  2818.    which were searched
  2819.  - Currently searched: name of a
  2820.    currently searched file
  2821. 4) button 'Continue': continues the search in current file U
  2822. 5) button 'Next': continues the search in the next file which matches the File Mask D
  2823. 6) button 'Stop': stops the search but the dialog box is still on. B
  2824. 7) button 'Open': selects file for opening in the File List box. K
  2825. 8) button 'Open All': selects all files for opening in the File List box. @
  2826. 9) button 'Cancel': stops the search and closes the dialog box /
  2827. 10) button 'Help': displays this information. 
  2828.  File Search dialog box 
  2829. The File Search dialog box contains: 
  2830. 1) the Files List box which lists the names of files matching the File Mask. By double clicking the mouse on the name of the file you can mark file for opening.There will be "
  2831. " sign before the name. You can also mark selected file by pressing 'Open' button. 
  2832. 2) information lines: 
  2833.  - Search mask: wildcard which matches file names
  2834.  - Starting directory: from which directory search
  2835.    should start
  2836.  - Files found: number of files which match wildcard
  2837.  - Directories searched: number of directories which were
  2838.    checked
  2839. 3) button 'Open': selects file for opening in the File List box. K
  2840. 4) button 'Open All': selects all files for opening in the File List box. *
  2841. 5) the standard Help, and Close buttons. 
  2842.  File Manager dialog box 
  2843. The File Manager dialog box contains: =
  2844. 1) the Directory
  2845. Panel
  2846. Viewer which displays directory tree {
  2847. 2) the File
  2848. Panel
  2849. Viewer which displays the list of files (matching a wildcard) from selected directory (if there is any) :
  2850. 3) the Drive
  2851. Panel
  2852. Viewer which displays the drive list. o
  2853. 4) button 'Attr'(change attributes): Invokes Change
  2854. Attributes dialog box in which you define new attributes. f
  2855. 5) button 'Mark': Invokes Select
  2856. Files dialog box in which you define the pattern for marking files. 
  2857. 6) button 'Copy': Invokes Copy
  2858. File(s) dialog box in which you can specify destination. You can copy highlighted or marked files to another drive/directory. \
  2859. 6) button 'Rename': Invokes Rename
  2860. File dialog box which allows you to enter the new name. y
  2861. 5) button 'Delete': Invokes Confirm
  2862. Deletion dialog box which allows you to specify what files you want to delete. 
  2863. 6) button 'RmDir'(Remove Directory): Invokes Confirm
  2864. Directory
  2865. Deletion dialog box which wants you to confirm the deletion of a directory. x
  2866. 7) button 'MkDir'(Make Directory): Invokes Make
  2867. Subdirectory dialog box which allows you to create a new subdirectory. 
  2868. 8) button 'ChDir'(Change Directory): Makes the highlighted directory from the Directory
  2869. Panel
  2870. Viewer the current directory.If the Drive
  2871. Panel
  2872. Viewer is active then the highlighted drive will be chosen as the current directory. 
  2873. 9) button 'Open': Invokes File(s)
  2874. Opening dialog box which allows you to mark files for opening or remove previously marked files from the list. 
  2875. 9) button 'S_F'(search for files): you can search for files matching a wildcard. Invokes Search
  2876. File(s) dialog box where you define wildcard and starting directory. 
  2877. 10) button 'S_T'(search for text): you can search for files containing 'text' string. Invokes Search
  2878. Text dialog box where you define wildcard, text, and starting directory. _
  2879. 11)button 'Options': Invokes File's
  2880. Panel
  2881. Preferences dialog box in which you define options. (
  2882. 12)button 'Help': invokes this window. 
  2883. 13)button 'Close': closes File Manager. All files marked for opening in File
  2884. Search or Text
  2885. Search dialog box, or directly in File Manager will be opened. 
  2886.  Drive Panel Viewer 
  2887. The Drive Panel Viewer is an area where the drive list is displayed. 
  2888. To change a drive: 
  2889.  - select the Drive Panel Viewer(Tab key
  2890.    or mouse)
  2891.  - select the drive (mouse or arrow keys)
  2892.  - press 'Enter' key or double click the mouse
  2893. Contents of the Directory
  2894. Panel
  2895. Viewer and the File
  2896. Panel
  2897. Viewer are updated. 
  2898.  Change Attributes dialog box 
  2899. The Change Attributes dialog box contains: "
  2900. 1) the name of the selected file 
  2901. 2) the group of check boxes which specify the file attributes. When the dialog is displayed the group shows the current attribute status of the file. You can change attributes as you wish and press button 'OK' .
  2902. 3) the standard OK, Help, and Cancel buttons 
  2903.  Rename File dialog box 
  2904. The Rename File dialog box contains: !
  2905. 1) the current name of the file (
  2906. 2) input box for entering the new name .
  2907. 3) the standard OK, Help, and Cancel buttons 
  2908.  Directory Panel Viewer 
  2909. The Directory Panel Viewer is an area where directory tree of selected drive or root directory is displayed. 
  2910.  Directory Panel:
  2911. -C:                        
  2912.                          
  2913. Level1Dir1           
  2914. Level1Dir2           
  2915.                     
  2916. +Level2SubDir1  
  2917.                     
  2918.  -scroll bar
  2919. Level2SubDir2  
  2920.   for scrolling
  2921.                          
  2922.   directory
  2923. +Level1Dir3 
  2924.        
  2925.   tree
  2926. Level1Dir4   
  2927.        
  2928.                  
  2929.        
  2930.                      
  2931.                      
  2932.                      
  2933. directories
  2934.  which have subdirectories are
  2935.  white and have '+' plus sign
  2936.  before the name. The tree
  2937.  expands (the subdirectory
  2938.  are displayed) when you click
  2939.  a mouse befor the name of the
  2940.  directory or when directory is
  2941.  highlighted press '+' plus gray
  2942.  key. If you want to hide
  2943.  subdirectories press '-' minus
  2944.  gray key when root directory is
  2945.  highlighted or click the mouse
  2946.  before the name of the directory.
  2947. To expand currently selected directory and all subdirectories press '*' gray key. 
  2948. You can select directory by using the mouse or by using arrow keys. Each time when you select new directory the File
  2949. Panel is updated-displays all files of currently highlighted directory. 
  2950. You can select a file or group of files (marked) from the File
  2951. Panel
  2952. Viewer by clicking the mouse and holding the button.The name(s) of files are displayed on the screen. By holding and moving the button you can move the file list. When you release the button on any directory it means: you intend to copy the files to this directory. You should confirm your intention in Confirm dialog box. 
  2953.  File Panel Viewer 
  2954. The File Panel Viewer is an area where a list of files is displayed from currently highlighted directory in the Directory
  2955. Panel
  2956. Viewer. 
  2957. Each item in the list contains file name with extension, size of the file in bytes, date of creation or last changes, time, and attributes. 
  2958. Files in the list can be selected by double clicking with the mouse or by specifying which files should be selected in the
  2959. Select
  2960. Files dialog box. X
  2961. Selected files can be copied or deleted in one operation - press corresponding button. d
  2962. To switch between the Directory Panel Viewer and The File Panel Viewer press Tab key or use mouse. 
  2963.  Screen Mode Selection dialog box 
  2964. Allows selecting other screen modes supported by your VGA card. Before you can start using this function you have to install your graphics card (see: VGA
  2965. Installation). 
  2966.  The dialog box contains:
  2967. 1) A list box that displays all screen modes supported by your video card (created by VGA Installation procedure); "
  2968. 2) Standard buttons OK and Info. I
  2969. Just select (highlight) the desired screen mode and click on OK button. 
  2970.  Save File As dialog box 
  2971. The 'Save file as' dialog box contains: 
  2972.  - the Name input box;
  2973.  - the Files
  2974. list;
  2975.  - a list of Disk Drives;
  2976.  - a file information panel;
  2977.  - two standard Cancel and
  2978.    OK) buttons;
  2979.  - a history list that's attached to
  2980.    the Name
  2981. input
  2982. You can enter the file name on the input line or select it from the file list. If you enter an existing file name that file will be overwritten. 
  2983. See also : Dialog
  2984.